RMAN - shutdown clone hanging [message #272882] |
Mon, 08 October 2007 02:13 |
stevenfoo
Messages: 10 Registered: October 2007
|
Junior Member |
|
|
Dear All,
I am testing the RMAN DUPLICATE function on my test box.
I am running oracle 10.2 on Windows 2003 platform.
rman target sys/dba@Demo1 auxiliary sys/dba@BOX
RMAN> DUPLICATE TARGET DATABASE TO BOX
2> pfile=c:\oradata\BOX\initbox.ora;
The Duplicate process start and restore the datafiles and then perform the recover. However when it comes to the stage below it take a very long time and the clone still does not shutdown.
contents of Memory Script:
{
shutdown clone;
startup clone nomount pfile= 'c:\oradata\BOX\initbox.ora';
}
executing Memory Script
Anyone has any idea? Appreciate if anyone could help.
|
|
|
|
|