Determine Sequence Number for Full DR Restore
219457Aug 2 2005 — edited May 4 2006According to Oracles documentation for performing a full DR using RMAN the following general steps need to be taken:
1. Restore the spfile.
2. Restore the controlfile
3. Set the Set until sequence command
4. restore database
5. recover database
My question is how do you determine what to set the until sequence to? Do you have to do this or will RMAN recover the database as far as it can and then you can issue the open database reset logs command?
Thanks