![]() Related Questions Outline steps for recovery with missing archived redo logs? Latest Answer : If the database is operating in ARCHIVELOG mode, and if the only copy of an archived redo log file is damaged, then the damaged file does not affect the present operation of the database. The following situations can arise, however, depending on when ... What is db_recovery_file_dest ? When do you need to set this value? Latest Answer : db_recovery_file_dest and db_recovery_file_dest_size are used to specify the location and size of the Flash Recovery Area. These database intilization parameters help RMAN to manage the backup storage and delete the obsolete backups and the ... Outline the steps for recovery with missing online redo logs? Outline the steps for recovery of missing data file? Latest Answer : Connect to RMAN and make the affected Tablespace offline immediate.
SQL> !rman target /
RMAN> sql 'ALTER TABLESPACE DATA OFFLINE IMMEDIATE';
Perform Restore and Recover of The tablespace.
RMAN> RESTORE TABLESPACE DATA;
RMAN> ... How do you enable the autobackup for the controlfile using RMAN? Latest Answer : issue command at rman prompt..... RMAN> configure controlfile autobackup on;also we can configure controlfile backup format...... RMAN> configure controlfile autobackup format for device type disk to ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||