if the database was not open then simplt mount the database and then open the database with resetlogs option (make sure the datafile/redologs PATHs are there
In that case your database needs no recovery at all, so the subject line of this thread is misnomer .
Having all datafiles and controlfile is all you need in this case, no recovery will be needed, all you'll have to do is to recreate your redo log files before opening your database.
Provided of course that your database was shut down cleanly before the disk crash happened.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Originally posted by pando resetlogs recreates redo logs though
That's one of the options that I had in mind when I said "you'll have to do is to recreate your redo log files before opening your database". Although the command is "ALTER DATABASE OPEN RESETLOGS", you are actually creating new (or overwriting existing ones) redo logs *before* you open the database.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Bookmarks