|
|
|
Re: Undo tablespace corrupt [message #613290 is a reply to message #613289] |
Sat, 03 May 2014 01:36   |
John Watson
Messages: 8804 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:
Can you once confirm the above steps to restore database from latest backups ? Yes, those are the steps to restore the database. But you do not need to restore the database: you need to restore and recover a datafile of the undo tablespace. So:
shutdown immediate;
startup mount;
restore datafile whatever_it_is_called;
recover datafile whaever_it_is_called;
alter database open;
[Updated on: Sat, 03 May 2014 01:37] Report message to a moderator
|
|
|
|