Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Delete archivelog

3752439Jan 23 2019 — edited Jan 24 2019

Is the command "delete noprompt obsolete" redundant in the sequence of commands below?

RMAN> crosscheck backup

RMAN> delete noprompt obsolete

RMAN> crosscheck archivelog all

RMAN> delete noprompt obsolete

Would the below sequence serve the same purpose in 3 lines?

RMAN> crosscheck backup

RMAN> crosscheck archivelog all

RMAN> delete noprompt obsolete

Comments
Post Details
Added on Jan 23 2019
2 comments
7,638 views