Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. rman target /
  2. run
  3. {
  4. allocate channel c1 type disk;
  5. allocate channel c2 type disk;
  6. allocate channel c3 type disk;
  7. allocate channel c4 type disk;
  8. allocate channel c5 type disk;
  9. allocate channel c6 type disk;
  10. allocate channel c7 type disk;
  11. allocate channel c8 type disk;
  12. BACKUP AS COMPRESSED BACKUPSET database Tag=FULL_DB_BKP format '/opt/app/minjar_bkup_03aug/pgprd_bkup_03aug/pgprd_lev0_aug3_%U' keep until time 'sysdate+10'; backup current controlfile format '/opt/app/minjar_bkup_03aug/pgprd_bkup_03aug/pgprd_lev0_aug3_control.bks';
  13. }
  14.  
  15. backup archivelog from logseq=4419 format '/opt/app/minjar_bkup_03aug/pgprd_bkup_03aug/pgprd_Aug3_archincr1%U';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement