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

Thread: How to automate 11.2 RMAN duplicate process

Threaded View

  1. #6
    Join Date
    Jul 2006
    Posts
    195
    Joy,

    Thanks for link!! Great find.

    At first glance I see the user is setting
    the variable NOW to before the backup and than using it in the until time
    clause for the restore. I am thinking the NOW variable should be set after the backup is complete?

    Secondly, the backup should contain something like this:

    sql "alter system archive log current";

    As it will force the system to write out all the dirty blocks into the datafiles.
    Last edited by BeefStu; 10-07-2011 at 08:54 AM.

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