Hi,
Before this I took backup on disk but now I want to take RMAN Database backup directly on Tape.
run
{
allocate channel t1 type 'SBT_TAPE' parms="ENV=(TDPO_OPTFILE=tdpo.opt)";
backup database format 'backup_%t' TAG=FULL_BACKUP;
backup current controlfile TAG=CURR_CTLFILE;
backup spfile TAG=CURR_SPFILE;
}
I don't know what is the meaning of "parms="ENV=(TDPO_OPTFILE=tdpo.opt)" over here.
And how it will get specific TAPE to write backup.
Thanx in advance.
Regard
Anurag Sharma