DEVFYI - Developer Resource - FYI

What are the common RMAN errors (with solutions)? (for DBA

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

815. What are the common RMAN errors (with solutions)? (for DBA

Some of the common RMAN errors are:
RMAN-20242: Specification does not match any archivelog in the recovery catalog.
Add to RMAN script: sql 'alter system archive log current';
RMAN-06089: archived log xyz not found or out of sync with catalog
Execute from RMAN: change archivelog all validate;

(Continued on next question...)

Other Interview Questions