How will I recover the following:
Oracle 9.2.0.5 database.
Backup steps..
1. Alter system switch logfile;
2. ALTER DATABASE BACKUP CONTROLFILE TO $ctrlbck'
3. All tablespaces but into hot backup mode
The entire file system mirror is split and copied to a new server.
Will this work on the new server
1. Set oracle environment
2. startup mount;
3. recover database until cancel using backup controlfile;
4. cancel;
5. alter database open resetlogs;
Will I need to apply any logs to make this recovery consistent?
Start Free Trial