- In source database, Using svrmgrl, first create a sql file for
control file:
alter database backup controlfile to trace ;
- Then shutdown the Source database.
- Then create all the directories for destination database.
- Then copy all the datafiles, ( Dont copy ONLINE redo log files )
from SOURCE directories to DEST directories.
- Then, get the init(dest).ora and config(dest).ora files to the
appropriate directories.
- Then, run the above script which creates the control file.
This script can be found under (.trc file) $ORACLE_HOME/rdbms/log.
Harjinders_at_hotmail.com
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Dec 21 1999 - 19:22:10 CST