RMAN Interview Guide 10 Years
RMAN Interview Guide 10 Years
This guide includes advanced RMAN interview questions and answers tailored for Oracle DBAs with
10+ years of experience. It covers real-world scenarios, troubleshooting, and RMAN usage in
A: Image copy is a bit-for-bit copy, readable directly by the database. Backup set is RMAN proprietary format,
A: It records changed blocks in a tracking file. RMAN reads only changed blocks during incremental backups,
A: Defines backup retention duration. "RECOVERY WINDOW 7 DAYS" retains backups needed to recover
RESTORE DATAFILE 5;
RECOVER DATAFILE 5;
Solution: Use RMAN TSPITR to restore the tablespace to a point before the drop.
Solution:
STARTUP NOMOUNT;
RECOVER DATABASE;
- You can restore from the standby backups using recovery catalog or control file metadata.
- RESTORE DATABASE;
- RECOVER DATABASE;
- CROSSCHECK BACKUP;