TDP Script when backing up ORacle Database to TSM Disk pool ?

hungng89

ADSM.ORG Member
Joined
May 25, 2010
Messages
115
Reaction score
2
Points
0
Location
VietNam
Hi everyone

I am trying to set up oracle database backup to TSM disk pool , all sample script from ibm redbook only mention backup to tape pool, can we use that script to backup/restore to TSM disk pool ?
Below is my normal backup script:
Code:
 run 
  {
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
    backup database;
  }
Thanks and Best Regards
 
Back
Top