Identify Expired, Active, Obsolete Backups

How do you identify the expired, active, obsolete backups? Which RMAN command you use?

Questions by shanthiavari

Showing Answers 1 - 7 of 7 Answers

You can check by using following command


Expired Backup: List Expired
Then use report obsolete command, it show the backup that you dont need it and after that use Delete obsolete command,
It will delete the backup that you dont need it.

  Was this answer useful?  Yes

1) RMAN>crosscheck backup;

This command will give you the output for the Active and Expired Backups.


2) RMAN>report obsolete;

This command will shows you the obsolete backups.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions