How to recover unarchived data in case of media failure [message #540862] |
Thu, 26 January 2012 06:39  |
hammad83
Messages: 46 Registered: June 2008 Location: Australia
|
Member |
|
|
I have a database for which I use RMAN for backup & recovery. The database is in archivelog mode. Online redo log files are multiplexed and I have more than one destinations for archive logs. If, due to a disk crash, all data files and redo log files are gone - and I have archive logs, one member of each redo log group and a full database backup available, I can recover till the last archived log. But I want to ask that what about the transactions which were not archived at the time of media failure? How can I recover committed transactions which were not archived at the time of crash, and I have a mirrored copy of log group which was current at the time of failure?
Appreciate an early response.
Hammad
|
|
|
|
|
|
|
Re: How to recover unarchived data in case of media failure [message #540994 is a reply to message #540866] |
Thu, 26 January 2012 23:36  |
hammad83
Messages: 46 Registered: June 2008 Location: Australia
|
Member |
|
|
Worked like a magic. So simple 
Just to explain, after restoring the database, I copied the multiplexed redo log members of all groups and placed them into the missing redo log files locations, and renamed them to their old names (got them from v$logfile after mounting the database). Then I recovered the database. All the committed data was recovered from redo log files.
Thanks for your help.
Hammad
|
|
|