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

Thread: RMAN backup automation

  1. #1
    Join Date
    Jun 2005
    Location
    India
    Posts
    14

    Arrow RMAN backup automation

    Hi all,

    I am using oracle 9ir2 on linux redhat AS3.I want to automate the backup of rman.Want some guideline on how can I automate the backup of RMAN.
    Pl give me the url or mail me the scripts with the help of which I can automate the backup of rman from operating system.

    my id is rupesh_gopani@yahoo.com

    Thanks in advance.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    man cron
    Jeff Hunter

  3. #3
    Join Date
    Mar 2002
    Location
    Mesa, Arizona
    Posts
    1,204
    This is a standard cron header I use for quick reference.

    #Minute 0-59
    #Hour 0-23
    #MonthDay 1-31
    #Month 1-12
    #Day of Week
    #-----------------
    #| 0 = Sunday |
    #| 1 = Monday |
    #| 2 = Tuesday |
    #| 3 = Wednesday |
    #| 4 = Thursday |
    #| 5 = Friday |
    #| 6 = Saturday |
    #-----------------
    # Month
    #Minute Hour Day Month Day Command
    #-----------------------------------------------------------------------------------

    What you do from this point will depend mostly on your business requirements and hardware setup.
    "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