Tuesday, June 30, 2020

RMAN Restore from NetBackup

connect target /
connect catalog RMAN/xx@rcatdvqa

run
{
allocate channel t1 type 'SBT_TAPE';
send 'NB_ORA_SERV=pwaxnbmr400-bkp,NB_ORA_POLICY=ora_dlxdfsti41x_bppdev,NB_ORA_CLIENT=dlxdfsti411-bkp,NB_ORA_SCHED=full';

set archivelog destination to '/usr/tmp';
restore archivelog from logseq=1705 thread 2;
}

No comments:

Post a Comment