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

Thread: Rman Recovery script

  1. #1
    Join Date
    Dec 2002
    Location
    EGYPT
    Posts
    4

    Rman Recovery script

    Dear Sirs I need rman script to recover full database accordint to special time and i need to determine this time in rman script, So how to do that Many thanks for quick reply
    Ahmed Ismail Mahmoud

  2. #2
    Join Date
    Oct 2002
    Posts
    807
    run {
    allocate channel t1 type ...
    set until time 'WHATEVER';
    restore database;
    recover database until time 'BLAH';
    release channel t1;
    }

    google / metalink - there's so much information available, if you're willing to look.

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