There’s More than One Way to Do it :
Check One :
To check Datavase Backup
RMAN > Restore Validate Database ;
Check Two :
Check Spfile
RMAN > restore validate spfile to ‘c:\temp\spfile.ora’;
Check Three :
Test Control File
RMAN> restore validate controlfile to ‘c:\temp\control01.ctl’;
Check Four :
Test Archive log
RMAN> list backup of archivelog all;
or
RMAN> list backup of archivelog all completed after ‘sysdate -1’;
Then
RMAN> restore validate archivelog from sequence XXX until sequence XXX;
Thank you
Osama Mustafa
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa