Data Guard error
687615Mar 24 2009 — edited Mar 26 2009I am working on oracle 10.2.0 and I am trying to configure a physical standby database.
I created a standby following the steps in http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/create_ps.htm#i63561
I mounted the standby database using
startup mount
and issued
alter database recover managed standby database disconnect from session
Now, on log switch, I do not see any changes applied to standby database. Are there any checks I can do to locate the error ----
I queried on:
select sequence#, applied from v$archived_log
---------------------------------------------------------------------
5 no
6 no
7 no
8 no
so, how can I apply logs to the standby ?
Thanks,
Ramya
Edited by: Ramya Reddy on Mar 24, 2009 4:08 PM