DataGuard [message #413757] |
Fri, 17 July 2009 09:46 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
waseem62002
Messages: 4 Registered: July 2009 Location: Mumbai
|
Junior Member |
|
|
i have primary database and standby database in one machine, both database is up and running,
Now log sequence are not matching or not syncorize with primary
in primary database
SQL>select max(sequence#) from V$log_history;
MAX(SEQUENCE#)
------------
228
in Standby database
SQL>select max(sequence#) from V$log_history;
MAX(SEQUENCE#)
------------
214
Can any help to synchornize the log
|
|
|
|