High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Sync. Primary and Standby

 Hi,

    I have following results. How do I synchronize Primary and Secondary?

1) Primary

.
SQL> archive log list
Database log mode Archive Mode
Automatic archival Enabled
Archive destination /Dbase/archive/shaprod/SHA
Oldest online log sequence 142
Next log sequence to archive 144
Current log sequence 144
SQL> quit

2) Standby


SQL> connect / as sysdba;
Connected.

a) SQL> select max(sequence#) from v$archived_log where applied='YES';

MAX(SEQUENCE#)
--------------
143

Thanks a lot,

Arun

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center