June 2013
Beginner
404 pages
9h 40m
English
Perform the following steps on the primary database:
SQL> select name, force_logging from v$database; NAME FOR --------- --- ORCL NO
Enabling Force Logging on Primary Database is mandatory. SQL> alter database force logging; Database altered.
SQL> select name,force_logging from v$database; NAME FOR --------- --- ORCL YES
In the alert log, you'll see following lines:
alter database force logging ALTER DATABASE FORCE LOGGING command is waiting for existing direct writes to finish. This may take a long time. Completed: alter database force logging
We've ...
Read now
Unlock full access