Hi, community, I'm trying to restore the controlfile to a specific date through the tape, the script that I use, but I have an error:
RUN
{
allocate channel c1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo_oracle_PXGEC.opt)';
restore controlfile from 'c-2307668188-20190110-09';
RELEASE CHANNEL c1;
}

Thank's