Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Duplicate DB error: RMAN-06171 using Commvault

376519Apr 20 2009 — edited Apr 23 2009
I am trying to use our designated backup recovery software Commvault to clone a Oracle Apps DB.

This is from the Log File:

]Rman Script:
[run {
allocate auxiliary channel ch1 type 'sbt_tape'
PARMS="BLKSIZE=262144,ENV=(CV_mmsApiVsn=2,CV_channelPar=ch1,ThreadCommandLine= RESTORE -jm 142 -a 2:0 -cl 53 -ins 48 -at 0 -j 27296 -bal 0 -bap 0 -rap 0 -rcp 0 -mav 0 -ms 1 -p 2 -cn nvciEBIZDB_RED -vm Instance001 -vm nvciebizdbred.nvci.org)"
TRACE 0;
duplicate target database to ebizred
PFILE= E:\oracle\product\10.2.0\dbs\initEBIZRED.ora
;
}
exit;
]
Rman Log:[

Recovery Manager: Release 10.2.0.4.0 - Production on Mon Apr 20 14:37:57 2009

Copyright (c) 1982, 2007, Oracle. All rights reserved.

RMAN>
connected to recovery catalog database

RMAN>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-12154: TNS:could not resolve the connect identifier specified

connected to auxiliary database: EBIZRED (DBID=165132742)

RMAN> 2> 3> 4> 5> 6> 7> 8>
allocated channel: ch1
channel ch1: sid=717 devtype=SBT_TAPE
channel ch1: CommVault Systems for Oracle: Version 7.0.0(BUILD76)

Starting Duplicate Db at 20-APR-09
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 04/20/2009 14:38:02
RMAN-06171: not connected to target database

RMAN>

Recovery Manager complete.
]
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2009
Added on Apr 20 2009
9 comments
4,401 views