Hi,
I want to restore controlfile from Tivoli tape drive in different in my UAT host.
RMAN> run
2> {
3> allocate channel ch1 type 'SBT_TAPE' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
restore controlfile from 'c-3655036336-20150318-01';4> }
allocated channel: ch1
channel ch1: SID=891 device type=SBT_TAPE
channel ch1: Data Protection for Oracle: version 5.5.1.0
executing command: SET CONTROLFILE AUTOBACKUP FORMAT
Starting restore at 20-MAR-15
channel ch1: no AUTOBACKUP in 7 days found
released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 03/20/2015 14:51:12
RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
RMAN> exit
I got error.
please help me urgent.