Re: Rman and controlfile backups.

2003-03-04 Thread Nikunj Gupta
If you are testing.. and want to try it again.. Backup CONTROL FILE at the end.. i.e. even after the archive logs are backed up. - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 09:35 AM > 1) RMAN on Oracle 8.1.7 > > 2) Cre

Rman and controlfile backups.

2003-03-04 Thread Lyndon Tiu
1) RMAN on Oracle 8.1.7 2) Create a latest backupset using: rman nocatalog run { allocate channel ch1 type disk; backup database; backup current controlfile; backup archivelog all; } 3) Delete all *.dbf, control and archive log files (simulate a catastrophic database loss). 4) Restore controlf