How the Oracle DBA can restore archivelogs from tape with an Oracle RMAN Script:
DBA Oracle
Compatibility: Oracle 8i 9i 10g 11g
Creator: Vincent Fenoll – Montreal
run { allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=xxxxxx)'; restore archivelog from logseq 2212 until logseq 2213 thread 1; release channel t1; }