First Shut down the Database and have a backup.
****************************************************
Then :>>
_ALLOW_RESETLOGS_CORRUPTION
can be set to TRUE in the INIT.ORA using which the database can be forced
to be started without applying changes from the online redo logs. Once the
database is up with this parameter set, consistency of the data and data
dictionary is no longer guaranteed. The database must be rebuilt by exporting the
full database, creating a new database and importing into it.
No comments:
Post a Comment