Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-20003: target database incarnation not found in recovery catalog erorr

edited Nov 19, 2013 4:59AM in Database Backup and Recovery (MOSC) 4 commentsAnswered
Hi ,

I am refresh a dev database(XXP) from production (DXP)  ,using rman duplicate  

RMAN> run
2> {
3> allocate auxiliary channel t1 type 'SBT_TAPE' parms  "BLKSIZE=1048576,ENV=(NB_ORA_SERV=ub00601p,NB_ORA_CLIENT=uz00126d)";
4> setlimit channel t1  maxopenfiles=1;
5> allocate auxiliary channel t2 type 'SBT_TAPE' parms  "BLKSIZE=1048576,ENV=(NB_ORA_SERV=ub00601p,NB_ORA_CLIENT=uz00126d)";
6> setlimit channel t2  maxopenfiles=1;
7> allocate auxiliary channel t3 type 'SBT_TAPE' parms  "BLKSIZE=1048576,ENV=(NB_ORA_SERV=ub00601p,NB_ORA_CLIENT=uz00126d)";
8> setlimit channel t3  maxopenfiles=1;
9> allocate auxiliary channel t4 type 'SBT_TAPE' parms  "BLKSIZE=1048576,ENV=(NB_ORA_SERV=ub00601p,NB_ORA_CLIENT=uz00126d)";

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center