Datagaurd Setup not working.
I am trying to configure Datagaurd on 10G database.
Started Primary database and kept Standy database on mount. I am
trying to test the basic functionality of data gaurd. I could not see
any change made to the primary being reflected on Standby. Will it
take some time for thsi change to get updated? Is there any other way
to test it?
On standby:
SQL> select sequence#, applied from v$archived_log order by sequence#;
no rows selected
On Primary:
ALTER SYSTEM SWITCH LOGFILE;
On standby:
SQL> select sequence#, applied from v$archived_log order by sequence#;
When I query from v$Archive_dest on primary, I recieve following error msg.