Skip to Main Content
Oracle Data Guard 11gR2 Administration : Beginner's Guide
book

Oracle Data Guard 11gR2 Administration : Beginner's Guide

by Yunus Emre Baransel, Nassyam Basha
June 2013
Beginner content levelBeginner
404 pages
9h 40m
English
Packt Publishing
Content preview from Oracle Data Guard 11gR2 Administration : Beginner's Guide

Time for action – applying a patch on logical standby

  1. Disable log shipping in a standby database and stop SQL Apply in it. First we need to stop SQL Apply in the standby database and disable log shipping from the primary database as follows:
    SQL> select db_unique_name,database_role from v$database;
    DB_UNIQUE_NAME  DATABASE_ROLE
    --------------- ----------------
    turkey_un       PRIMARY
    SQL> ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_2='DEFER';
    System altered.
    SQL>
  2. Stop SQL Apply in the logical standby database as follows:
    SQL> select db_unique_name,database_role from v$database;
    DB_UNIQUE_NAME  DATABASE_ROLE
    --------------- ----------------
    INDIA_UN        LOGICAL STANDBY
    SQL> ALTER DATABASE STOP LOGICAL STANDBY APPLY;
    Database altered.
    SQL>
  3. Stop the database services ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Database Administration: The Essential Refe

Oracle Database Administration: The Essential Refe

David C. Kreines, Brian Laskey
Oracle Database 12c Security

Oracle Database 12c Security

Scott Gaetjen, David Knox, William Maroulis

Publisher Resources

ISBN: 9781849687904Other