Ho to recover database from rman backup without catalog
592815Dec 14 2008 — edited May 25 2009Hi Experts,
I am working on DB with new company policy/procedure. Each day, it use rman to full back database without catalog.
The log syntax as
rmam target='sys/sysdba as sysdba' nocatalog
I got message that log into rman system..... using control file instead of catalog.
Follow up run a script to crosscheck database and then
delete obsolet
configure chanel device type disk format 'F:\oraclebackup\rman\%U';
backup as cpmpressed backupset tag=sysdate database plus archivelog;
My question: We make a full backup without catalog and compressed in rman.
How to make a recover if we need to recover DB?
Any expert can show me some command in detail?
We use oracle10GR2 in window 2003.
Thanks,
Jim