Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Questions about cloning an instance
easiest way that i've found if they are the same platform and you can shutdown the prod instance:
%svrmgrl
svrmgrl> connect internal
svrmgrl> alter database backup controlfile to trace reset logs;
3) shutdown production and copy the datafiles to the mount points on the new box via ftp or tape, etc
4) edit the trace file to reflect the new controlfile, datafile locations, etc
5) on the new box, log into server manager
6) boot up from trace file Received on Tue Mar 27 2001 - 19:42:26 CST
![]() |
![]() |