Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Oracle strongly recommends that all NOLOGGING operations be avoided in the primary database. Oracle will not be able to keep the standby database consistent with the primary database during nologging operations. To ensure this does not happen, Oracle introduced the command (version 9i and above):

SQL> ALTER DATABASE FORCE LOGGING;

This ensures that all database write operations are logged and the standby database will be consistent.

  • No labels