Forum Discussion

hidetoshi_hishi's avatar
12 years ago

DBA-initiated backup/restore job

Hello guys, My environment runs backup exec 2012 with Oracle agents on 2 RAC nodes. Backups initiated from backup exec server (single job) runs FINE. For testing purposes, our DBA decided to in...
  • swati's avatar
    12 years ago

    Hello,

    You need not specify parameters in "send" command. Also , BE will use DEFAULT DBA template, so you need not specify it, if you intend to use DEFAULT template. Job cookie is required , iff you are running multiple RMAN scripts at a time and want BE to create separate jobs for those scripts. Otherwise cookie is also not required. Here is the sample RMAN script which you can run.

    RMAN> run {allocate channel ch0 type 'sbt_tape';backup incremental level=0 format 'BE_%U' database force plus archivelog force not backed up;backup current controlfile format 'BE_%U';release channel ch0;}

    Thanks & Regards,

    Swati