InterviewSolution
Saved Bookmarks
| 1. |
What Are The Common Rman Errors (with Solutions)? |
|
Answer» 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; 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; |
|