Restore Archive - Log
Restore Archive - Log
archive_log================================================
run
{
allocate channel t1 type 'sbt_tape' parms
'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
allocate channel t2 type 'sbt_tape' parms
'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
allocate channel t3 type 'sbt_tape' parms
'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
restore archivelog from sequence 144804 until sequence 144821;
released channel t1;
released channel t2;
released channel t3;
}
===================================================================================
=================================
alter database recover managed standby database using current logfile disconnect
from session;
144803
SELECT name
FROM v$archived_log
WHERE thread# = 1
AND dest_id = 1
AND sequence# BETWEEN 144827 and 144803;
crontab -l
cd /u05/rman
cat rman_bkp_full.sh
cat /u05/rman/rman_bkp_full.scr