READ ONLY Before RESETLOGS (11g)

From NazimWIKI
Revision as of 23:39, 8 November 2019 by Admin (talk | contribs) (Created page with "A new feature in Oracle 11g is that after incomplete recovery of a database, you can now open the database in read only mode before opening in resetlog mode. This now enables...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A new feature in Oracle 11g is that after incomplete recovery of a database, you can now open the database in read only mode before opening in resetlog mode.

This now enables you to check the status of your recovery. The point in time etc, before commiting to the change.

Gives you another opportunity to resume recovery!

ALTER DATABASE OPEN READ ONLY;

ALTER DATABASE OPEN RESET LOGS;