Database Backup and Recovery (MOSC)

MOSC Banner

Ask about set until sequence when create new single db from primary backup !

edited Dec 29, 2011 2:50AM in Database Backup and Recovery (MOSC) 4 commentsAnswered
 Hi all,
   I posted article about Create new single database from standby backup and Shailesh help me solve problems. Now, I want ask that: If I backup primary database use: 

   backup incremental level 0 format '...' database plus archivelog;

   And I use this backup to create new single db, Do I need set until sequence <seq_no> thread <thread_no> in RMAN script, just only (ofcourse, I restored controlfile success):

 
   run{
         set newname for datafile 1 to '...';
         ....
         restore database;
         switch datafile all;
         recover database;
   }

   rename redo logs success and open database resetlogs !

   Some link guide about create new single db and set until seq... So, in my case, Do I need set until sequence ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center