Problem with Dataguard [message #333017] |
Thu, 10 July 2008 05:20  |
Creems
Messages: 70 Registered: July 2007 Location: Johannesburg
|
Member |
|
|
Hi,
I just configured dataguard on my window xp running Oracle 9i. Both primary and standby are on this same host. Actually, everything is working fine but my concern is when I run this query:
SELECT SEQUENCE#, APPLIED
FROM V$ARCHIVED_LOG
ORDER BY SEQUENCE#;
It returns the archived redo log files were not applied, please what could possibly be the problem here?
Thanks.
|
|
|
|