Duplicate Database [message #479388] |
Sat, 16 October 2010 11:08 |
subbu_tce
Messages: 98 Registered: July 2007 Location: pune
|
Member |
|
|
Hi Am getting below error,plz clarify me.
Finished restore at 16-OCT-10
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "CLONE" RESETLOGS ARCHIVELOG
MAXLOGFILES 16
MAXLOGMEMBERS 2
MAXDATAFILES 30
MAXINSTANCES 1
MAXLOGHISTORY 292
LOGFILE
GROUP 1 ( '/home/oracle/clone/log1.log' ) SIZE 10 M REUSE,
GROUP 2 ( '/home/oracle/clone/log2.log' ) SIZE 10 M REUSE
DATAFILE
'/home/oracle/clone/system.dbf'
CHARACTER SET US7ASCII
contents of Memory Script:
{
switch clone datafile all;
}
executing Memory Script
released channel: ORA_AUX_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 10/16/2010 21:28:14
RMAN-03015: error occurred in stored script Memory Script
RMAN-00600: internal error, arguments [7002] [0] [9314] [] []
|
|
|
|
|
|
|