oracle recover by modify SCN?
when i open database i find other question
alter database open resetlogs;but database is hanging
then
add parameter in _allow_resetlogs_corrution=true in pfile to open db
also db can’t open, instance crash...
there is no any information in db log
how can I open db using other way? such as modify scn and other way?
alter database open resetlogs;but database is hanging
then
add parameter in _allow_resetlogs_corrution=true in pfile to open db
also db can’t open, instance crash...
there is no any information in db log
how can I open db using other way? such as modify scn and other way?
0