re-store offline backup [message #326597] |
Thu, 12 June 2008 01:47 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Dear All,
I made a cold backup. The destination paths is not the same as production database. What shall I do with the control files?
Thank you,
Dirish
|
|
|
|
Re: re-store offline backup [message #326613 is a reply to message #326605] |
Thu, 12 June 2008 02:09 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
1. re-store all the offline files, redo log files in new path
2. in old server ALTER DATABASE BACKUP CONTROLFILE TO TRACE
3. edit control file (with new paths, dbf, control, logfile) in new server (control.sql)
4. startup mount
5. @control.sql
|
|
|
|