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

Thread: RMan Backup

  1. #1
    Join Date
    May 2006
    Posts
    51

    RMan Backup

    I'm planning to do backup of database using Rman which are resided at Aix box. I have student, enrollment, salaries db located at admin folder. Suppose if I want to do backup of student database what is prompt used in rman to come student db mode and do the backup. After the backup of student db I want to delete it how to do it using rman.

    Your input is highly appreicated!!!

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    export ORACLE_SID=student
    rman target=/

    do your backups and whatever you want to do

    to do another database changed your ORACLE_SID

    see the rman manuals for the specific commands you want

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