When is anything written to standby redo logs on standby database

From: <zigzagdna_at_yahoo.com>
Date: Sun, 14 Sep 2008 13:30:39 -0700 (PDT)
Message-ID: <846eb236-696d-45d0-95e6-c9cf928c7185@d1g2000hsg.googlegroups.com>


When is anything written to standby redo logs on standby database

I am on Oracle 10.2.0.4 on HP UNIX 11i. I have read Oracle 10.2 concepts guide on technet.oracle.com, have read may article on metalink and internet, yet I am unable to verify when anything is written to standby redo logs on stand by database.

I have a simple database reconfiguration: a primary database and one standby database.

I created primary database and set up log_archive_dest_2 to use LGWR SYNC AFFIRM I have created standby redo logs on primary.   alter database add standby logfile GROUP

I create standby control file on primary.

I copied all the primary information to create standby database. I have put standby database in managed recovery.

I did archive log switches, I created a table and inserted information in table.

I never saw standby redo logs updated on standby database by looking at timestamp of standby redo log files.

I then setup database in maximum availability mode by running following on primary:

Alter database set standby database to maximize availability

When I do insert into my tables, I do see standby redo log files on primary database being updated, but I have never seen standby redo logs on standby database updated. Why?

I am still at loss when actually standby redo logs are updated on standby database.

When I read Oracle 9i database documentation on data guard, it says that you do not need standby redo logs on primary instead you need them on standby. Only reason, you need them on primary is from primary changes role to standby database, so standby redo logs on standby database should be updated instead of standby redo logs on primary. Received on Sun Sep 14 2008 - 15:30:39 CDT

Original text of this message