June 2013
Beginner
404 pages
9h 40m
English
The following steps can be performed to check the SQL Apply service status:
SQL> SELECT * FROM V$LOGSTDBY_STATE;
PRIMARY_DBID SESSION_ID REALTIME_APPLY STATE
--------------- ---------- --------------- ---------------
1319333016 1 Y APPLYINGAt the STATE column, we can see INITIALIZING, WAITING FOR DICTIONARY LOGS, LOADING DICTIONARY, WAITING ON GAP, APPLYING, and IDLE values, which describe the status of the SQL Apply clearly with their names.
DBA_LOGSTDBY_LOG view, that we have queried in the Checking the Redo Transport Service Status action, will be very helpful to find the last applied archived ...Read now
Unlock full access