DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Can I do 2+ database backup's in one RMAN session?

Threaded View

  1. #1
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204

    Can I do 2+ database backup's in one RMAN session?

    Platform RedHat 3/SuSe 8
    Ver 9.2

    I want to backup multiple databases on one allocated "channel". Is this possible?

    Example script:
    CONNECT TARGET sys/pwd@DB1;
    run {
    allocate channel t1 type 'sbt_tape';
    backup database format '/oracle/backup/DB1/%u';
    }
    CONNECT TARGET sys/pwd@DB2;
    run {
    backup database format '/oracle/backup/DB2/%u';
    release channel t1;
    }
    exit;
    Last edited by KenEwald; 03-22-2004 at 11:34 AM.
    "I do not fear computers. I fear the lack of them." Isaac Asimov
    Oracle Scirpts DBA's need

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width