Oracle Crash and subsequent inability to start up. ORA-01207
Initially, one of the control files differed from the other two. When that was corrected, we did a recover database and got a failed verification check - system.dbf was newer than the control file. We did an alter database backup control file to trace, then shut down the database to do a cold backup. Now how do we recreate the control files and recover the database without still having sequence numbers in the control files that don't match the datafiles? Or will it not matter now?
0