RMAN-20003: target database incarnation not found in recovery catalog erorr
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)";