RMAN restore archive files from tape using TSM
I am new to using RMAN and TSM with RMAN so I need some help.
Our RMAN backup scripts take a weekly incremental level 0 and daily incremental level 1 backups. This are written to tape using TSM via RMAN with the cmds:
backup recovery area;
backup recovery files;
With CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_solstdpoyaprod.opt)';
The backup script also has the command:
backup archivelog all delete all input; so the archive files are deleted after they are written to the /fra.
Now I have a request to use logminer to look for some data from last week.
How would I go about restoring only the archived logs from say a given logseq that are on tape from last week?