Recover db from RMAN cold backup [message #184450] |
Wed, 26 July 2006 10:19 |
ksintrakool
Messages: 20 Registered: July 2006 Location: Las Vegas
|
Junior Member |
|
|
Hi All,
I have a NOARCHIVED mode database. I plan to perform a cold backup using RMAN every Sunday. I understand that I will not be able to recover database until the crashed time. I am looking for the method to restore database from my cold backup. (RMAN doesn't copy the online redo log files. I backup database including control file.) I would be appreciated for any helps. (This is a 10.2.0.2 Database)
Thanks,
Keng
|
|
|
|
|
|
Re: Recover db from RMAN cold backup [message #184762 is a reply to message #184450] |
Thu, 27 July 2006 17:30 |
ksintrakool
Messages: 20 Registered: July 2006 Location: Las Vegas
|
Junior Member |
|
|
Thank you ebrian for your input.
Do you mean I can "alter database open" without specifying resetlogs if I don't have a SCN gap?
Do you think if I perform logswitches before shutting down the db will help me with SCN gap?
Thank you,
Keng
|
|
|
|
|
Re: Recover db from RMAN cold backup [message #184912 is a reply to message #184450] |
Fri, 28 July 2006 10:48 |
ksintrakool
Messages: 20 Registered: July 2006 Location: Las Vegas
|
Junior Member |
|
|
I just revies 10g Backup & Recovery Basics Users' Guide.
"A consistent backup of the database is one taken when the database is in a consistent
state, that is, one taken after the database has been shut down normally (using
SHUTDOWN NORMAL, SHUTDOWN IMMEDIATE or SHUTDOWN
TRANSACTIONAL). At this point, all changes in the redo log have been applied to
the datafiles. If you mount the database and take a backup at this point, then you can
restore the database from this backup at a later date and open it without performing
media recovery."
This leads me to belive that I should not have SCN gaps issues. I shutdown immediate before the backup. What do you think?
|
|
|
|
Re: Recover db from RMAN cold backup [message #184923 is a reply to message #184450] |
Fri, 28 July 2006 13:25 |
ksintrakool
Messages: 20 Registered: July 2006 Location: Las Vegas
|
Junior Member |
|
|
Hm.. This looks like online redo log files needed to be available for db to find out if there are any SCN gaps, right?
How about worse case scenario? I lose my entire db including online redo log files? Is it possible for me to restore & recover my database from cold backup then?
Thanks and I really appreciate for any input.
|
|
|
|
|