restore 9i(9.2.0.8) rman backup to 11.2.0.4 host
we want to restore Rman backup of oracle database 9.2.0.8. to 11.2.0.4 host server
database files location on 9i server /database/hodb/dbs
destination will be '/u01/app/oracle/oradata/'
we only install 11.2.0.4 oracle database software(not created any database)
5.RMAN> restore controlfile from ‘disk and/or tape backups location of control file’;
6. rman> alter database mount;
7. catalog start with ‘disk and/or tape backups location ' /u01';
after catalog when execute RMAN>list backup
status shows expired with location of old server file with location.
after crosscheck the status is same.
what need to change before cataloging so rman ca find right file location to restore on new location.