Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RMAN> DELETE EXPIRED BACKUP;
- using channel ORA_DISK_1
- List of Backup Pieces
- BP Key BS Key Pc# Cp# Status Device Type Piece Name
- ------- ------- --- --- ----------- ----------- ----------
- 12 12 1 1 EXPIRED DISK /home/oracle/backup/ARCHIVELOG_XYZ.16
- Do you really want to delete the above objects (enter YES or NO)? yes
- deleted backup piece
- backup piece handle=/home/oracle/backup/ARCHIVELOG_XYZ.16 RECID=12 STAMP=965851791
- Deleted 1 EXPIRED objects
- RMAN> RUN { RESTORE DATABASE; RECOVER DATABASE; }
- Starting restore at 19-JAN-18
- using channel ORA_DISK_1
- skipping datafile 1; already restored to file /opt/oracle/data/xyz/system01.dbf
- skipping datafile 2; already restored to file /opt/oracle/data/xyz/sysaux01.dbf
- skipping datafile 3; already restored to file /opt/oracle/data/users.dbf
- skipping datafile 5; already restored to file /opt/oracle/data/undotbs.dbf
- restore not done; all files read only, offline, or already restored
- Finished restore at 19-JAN-18
- Starting recover at 19-JAN-18
- using channel ORA_DISK_1
- starting media recovery
- RMAN-00571: ===========================================================
- RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
- RMAN-00571: ===========================================================
- RMAN-03002: failure of recover command at 01/19/2018 22:05:30
- RMAN-06053: unable to perform media recovery because of missing log
- RMAN-06025: no backup of archived log for thread 1 with sequence 15 and starting SCN of 1361136 found to restore
- RMAN>
Advertisement
Add Comment
Please, Sign In to add comment