Oracle DBA Interview Questions and Answers
---- RMAN ---- backup strategy --------------- We are using tape backup every Sunday - Level 0 backup (full) from Monday to sat - incremental backup every 1 hour - archive log backup Hot vs cold backup ------------------- what is difference --> what is the benefit cold backup does not required recovery - because it is a consistent backup hot backup needs recovery -- because during backup time data will modify restore vs recovery -------------------- restore - restoring datafile from secondary backup location to primary location like from tape to disk recovery- applying archivelogs - doing this it make database into consistent state scenario -------- 1. If datafile SCN is higher than the other datafiles - what is the reason and how you do recovery 2. If i have 2 system datafiles, one of the datafile is lost (someone removed from OS level) can you bring the database in mount state? 1. How to check backups are failed? - V$RMAN_BACKUP_JOB_DETAILS 2. How to resolve backu...