skipping temp tablespace
417430May 29 2009 — edited May 29 2009I am using oracle10gR2. I am cloning the database from RMAN backup. While cloning, i am skipping the temp tablespace... But i am
getting the below error. It is not letting me to skip the temp tablespace... Is there any reason??? Any response is appreciated...
RMAN> run
2> {
3> duplicate target database to clonedb
4> skip tablespace temp;
5> }
Starting Duplicate Db at 29-MAY-09
using channel ORA_AUX_DISK_1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 05/29/2009 08:34:31
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20202: tablespace
not found in the recovery catalog
RMAN-06019: could not translate tablespace name "TEMP"
RMAN>
RMAN>