Guest User

Untitled

a guest
Oct 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. run {
  2. allocate channel 'dev_0' type 'sbt_tape'
  3. parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=DBprod,OB2BARLIST=arch)';
  4.  
  5. send device type 'sbt_tape' 'OB2BARHOSTNAME=bumle.toptoy.dk';
  6. backup
  7. format 'arch<DBprod_%s:%t:%p>.dbf'
  8. archivelog all;
  9. backup
  10. format 'arch<DBprod_%s:%t:%p>.dbf'
  11. current controlfile;
  12. }
Add Comment
Please, Sign In to add comment