Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data Guard error

687615Mar 24 2009 — edited Mar 26 2009
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2009
Added on Mar 24 2009
9 comments
2,743 views