Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Data Guard 11gR2 Administration : Beginner's Guide

You're reading from  Oracle Data Guard 11gR2 Administration : Beginner's Guide

Product type Book
Published in Jun 2013
Publisher Packt
ISBN-13 9781849687904
Pages 404 pages
Edition 1st Edition
Languages

Table of Contents (19) Chapters

Oracle Data Guard 11gR2 Administration Beginner's Guide
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Pop Quiz Answers
Getting Started Configuring the Oracle Data Guard Physical Standby Database Configuring Oracle Data Guard Logical Standby Database Oracle Data Guard Broker Data Guard Protection Modes Data Guard Role Transitions Active Data Guard, Snapshot Standby, and Advanced Techniques Integrating Data Guard with the Complete Oracle Environment Data Guard Configuration Patching Common Data Guard Issues Data Guard Best Practices Index

Time for action – checking the SQL Apply service status


The following steps can be performed to check the SQL Apply service status:

  1. Use the following query on the logical standby database, to check the general SQL Apply status:

    SQL> SELECT * FROM V$LOGSTDBY_STATE;
    
       PRIMARY_DBID SESSION_ID REALTIME_APPLY  STATE
    --------------- ---------- --------------- ---------------
         1319333016          1 Y               APPLYING

    At 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.

  2. The 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 log sequence and to check if there are archived log sequences that were received but not applied. Another view V$LOGSTDBY_PROCESS is helpful to control the status of the processes responsible for SQL Apply.

    SQL...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}