Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> RMAN-00600 when create standby DB with readonly table spaces

RMAN-00600 when create standby DB with readonly table spaces

From: Jackson <ccsman_at_singnet.com.sg>
Date: Sat, 18 Nov 2006 06:39:05 +0800
Message-ID: <ejl978$bjh$1@reader01.singnet.com.sg>


I am using RMAN to create standby DB on oracle10.2 standard edition. the script in primary side is:
backup database include current controlfile for standby skip readonly;

the script in standby side is:
duplicate target database for standby dorecover nofilenamecheck;

The primary DB has some readonly tablespaces, and I already copied readonly datafiles to standby host.

After I transfer all the backup files, archive logs and run the duplicate script, RMAN gives error message as:

.....

executing command: SET NEWNAME

Starting restore at 17-NOV-06
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: sid=156 devtype=DISK

skipping datafile 17; already restored to file
/home/oracle/oradata/data_2/HTS/datafile/DATA_ARCH_APR.dbf
skipping datafile 18; already restored to file
/home/oracle/oradata/data_2/HTS/datafile/IDX_ARCH_APR.dbf
skipping datafile 25; already restored to file
/home/oracle/oradata/data_2/HTS/datafile/DATA_ARCH_AUG.dbf
skipping datafile 26; already restored to file
/home/oracle/oradata/data_2/HTS/datafile/IDX_ARCH_AUG.dbf
channel ORA_AUX_DISK_1: starting datafile backupset restore .....
.....

contents of Memory Script:
{
switch clone datafile all;
}
executing Memory Script

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 11/17/2006 16:52:00
RMAN-03015: error occurred in stored script Memory Script RMAN-00600: internal error, arguments [7002] [0] [9314] [] []

If I changed the readonly tablespaces to read write, the standby DB will be created smoothly.

What's the meaning of RMAN-00600 7002? is anything wrong with my scripts?

Regards,
YANG Received on Fri Nov 17 2006 - 16:39:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US