1 Chapter 20 Data Recovery Advisor. 2 Background on EMT Analogy Editor for the RMAN Recipes book is a volunteer EMT Shared ideas on EMT vs. Paramedic.

Slides:



Advertisements
Similar presentations
18 Copyright © Oracle Corporation, All rights reserved. Transporting Data Between Databases.
Advertisements

Chapter 14 Handling Online Redo Log Failures. Background RMAN doesn’t back up online redo logs You don’t use RMAN to recover from online redo log failures.
1 Chapter 17 Troubleshooting RMAN. 2 Background Authors thought this topic was often glazed over or not covered well Knew that every topic can’t be covered,
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 4 Installing and Configuring the Dynamic Host Configuration Protocol.
Chapter 16 Chapter 16: Troubleshooting. Chapter 16 Learning Objectives n Develop your own problem-solving strategy n Use the Event Viewer to locate and.
Oracle 10g Database Administrator: Implementation and Administration Chapter 14 Proactive Maintenance.
5 Copyright © 2006, Oracle. All rights reserved. Database Recovery.
Module 12: Backup and Recovery. Overview Backup and recovery methods available in Oracle and SQL Server 2008 Types of failure Types of recovery Formulating.
RMAN Restore and Recovery
Backup and Recovery (2) Oracle 10g CAP364 1 Hebah ElGibreen.
Chapter 12 Performing Incomplete Recovery. Background Viewed as one of the more difficult chapters to write Thought it was important to put in material.
Oracle’s Backup and Recovery Tool
Configuring Recovery Manager
4 Copyright © 2008, Oracle. All rights reserved. Configuring Backup Specifications.
Chapter 5 Configuring the RMAN Environment. Objectives Show command to see existing settings Configure command to change settings Backing up the controlfile.
9 Copyright © Oracle Corporation, All rights reserved. Oracle Recovery Manager Overview and Configuration.
CHAPTER 17 Configuring RMAN. Introduction to RMAN RMAN was introduced in Oracle 8.0. RMAN is Oracle’s tool for backup and recovery. RMAN is much more.
The Oracle Recovery Manager (RMAN)
Backup Concepts. Introduction Backup and recovery procedures protect your database against data loss and reconstruct the data, should loss occur. The.
CHAPTER 18 RMAN Backups and Reporting. Introduction to RMAN Backups and Reporting The focus of this chapter is backups of: Datafiles Control files Archived.
Agenda  Overview  Configuring the database for basic Backup and Recovery  Backing up your database  Restore and Recovery Operations  Managing your.
Part II AUTOMATION AND CONTROL TECHNOLOGIES
Using RMAN to Perform Recovery
Navigating the Oracle Backup Maze Robert Spurzem Senior Product Marketing Manager
Oracle Database High Availability Brandon Kuschel Jian Liu Source: Oracle Database 11g Release 2 High Availability An Oracle White Paper November 2010.
Unit 3a Industrial Control Systems
University of Wisconsin Hospital & Clinics Database / environment refresh steps.
C Copyright © 2009, Oracle. All rights reserved. Using Diagnosis and Debugging Techniques.
®® Microsoft Windows 7 for Power Users Tutorial 8 Troubleshooting Windows 7.
Recovery Manager Overview Target Database Recovery Catalog Database Enterprise Manager Recovery Manager (RMAN) Media Options Server Session.
Chapter 7 Making Backups with RMAN. Objectives Explain backup sets and image copies RMAN Backup modes’ Types of files backed up Backup destinations Specifying.
Chapter 18: Windows Server 2008 R2 and Active Directory Backup and Maintenance BAI617.
Chapter 9 Scripting RMAN. Background Authors felt that scripting was a topic not covered well Authors wanted to cover both Unix/Linux and Windows environments.
15 Copyright © 2005, Oracle. All rights reserved. Performing Database Backups.
8 Copyright © 2009, Oracle. All rights reserved. Using Process Flows.
1Introduction Objectives 1-2 Course Objectives 1-3 Oracle Products 1-4 Relational Database Systems 1-5 How the Data Is Organized 1-6 Integrity Constraints.
Backup & Recovery Backup and Recovery Strategies on Windows Server 2003.
16 Copyright © 2007, Oracle. All rights reserved. Performing Database Recovery.
RMS Production Status Status and availability of MACS databases Status and availability of RMS Viewer application PR a-JJU_RMSProductionStatus Jasna.
15 Copyright © 2007, Oracle. All rights reserved. Performing Database Backups.
1 All Powder Board and Ski Oracle 9i Workbook Chapter 9: Database Administration Jerry Post Copyright © 2003.
17 Copyright © Oracle Corporation, All rights reserved. Recovery Catalog Creation and Maintenance.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 4 Installing and Configuring the Dynamic Host Configuration Protocol.
2 Using Administration Tools Objectives Using the Server Manager Line Mode Identifying administration applications supplied with the Oracle Enterprise.
14 Copyright © 2005, Oracle. All rights reserved. Backup and Recovery Concepts.
Backup Concepts. Introduction Backup and recovery procedures protect your database against data loss and reconstruct the data, should loss occur. The.
3 Copyright © 2006, Oracle. All rights reserved. Using Recovery Manager.
1 Objectives Discuss the basics of Dynamic Host Configuration Protocol (DHCP) Describe the components and processes of DHCP Install DHCP in a Windows Server.
2 Copyright © 2006, Oracle. All rights reserved. Configuring Recovery Manager.
3 Copyright © 2007, Oracle. All rights reserved. Using the RMAN Recovery Catalog.
19 Copyright © 2004, Oracle. All rights reserved. Database Backups.
13 Copyright © 2007, Oracle. All rights reserved. Using the Data Recovery Advisor.
9 Copyright © 2004, Oracle. All rights reserved. Incomplete Recovery.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
14 Copyright © 2007, Oracle. All rights reserved. Backup and Recovery Concepts.
4 Copyright © 2004, Oracle. All rights reserved. Managing the Oracle Instance.
McGraw-Hill/Irwin Copyright © 2005 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 9: Database Administration All Powder Board and Ski.
RMAN Maintenance.
Sharing experience on RMAN backups ...
RMAN Maintenance.
Part II AUTOMATION AND CONTROL TECHNOLOGIES
Recovery Catalog Creation and Maintenance
بسم الله الرحمن الرحيم هل اختلف دور المعلم بعد تطبيق المنهج الحديث الذي ينادي بتوفير خبرات تعليمية مناسبة للطلبة ؟ هل اختلف دور المعلم ؟ ن.ن. ع.
Performing Tablespace Point-in-Time Recovery
A Practice Solutions Practice Solutions.
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
Performing Tablespace Point-in-Time Recovery
Using the RMAN Recovery Catalog
Performing Database Recovery
CHAPTER 1 THE ABC OF PROGRAMMING
Presentation transcript:

1 Chapter 20 Data Recovery Advisor

2 Background on EMT Analogy Editor for the RMAN Recipes book is a volunteer EMT Shared ideas on EMT vs. Paramedic EMT has less training/experience Paramedic has more training/experience Paramedic can override defibrillator Authors thought analogy applied well to Data Recovery Advisor

3 Data Recovery Advisor New with Oracle Database 11g Provides advice on what media failures have occurred and how to resolve them Can be accessed from RMAN command line or from Enterprise Manager screens

4 RMAN command line RMAN> list failure; RMAN> advise failure; RMAN> repair failure;

5 List Failure RMAN> list failure Uses Automatic Diagnostic Repository V$DIAG_INFO view Validate database to verify failures RMAN> validate database;

6 Advise Failure RMAN> list failure; RMAN> advise failure; Manual repair instructions Automated repair instructions – Option – Strategy – Repair description – Repair script

7 Repairing Failures Recommended sequence: RMAN> list failure; RMAN> advise failure; RMAN repair failure;

8 Repairing Failures Logging output RMAN> spool log to rep.txt Previewing repair RMAN> repair failure preview; Repairing failure RMAN> repair failure noprompt;

9 Data Recovery Advisor and Enterprise Manager Logon to Enterprise Manager with a sysdba schema

10 Data Recovery Advisor Navigate to Perform Recovery Enter host credentials

11 Data Recovery Advisor View RMAN commands