Urgent ! problem with data guard [message #236756] |
Thu, 10 May 2007 21:07 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
chara
Messages: 81 Registered: April 2005 Location: th
|
Member |
|
|
Dear all,
I tried to set up a physical standby database with oracle9i.I 'm not sure what 's
the step am i wrong !.After setup completed i tried to insert any rows on primary db and i saw archive log file on primary and standby db are the same size and same up to-date and then i tried to shutdown primary db and activate standby database with following cmd:
SQL> RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
SQL> RECOVER MANAGED STANDBY DATABASE CANCEL;
SQL> ALTER DATABASE ACTIVATE STANDBY DATABASE;
every cmd didn't error after i tried to shutdown and startup standby db and then
i tried to select to saw the row that i insert the latest row on primary db but it didn't have the latest row .It show the last row that i copied archive from primary db to stand by db .
What happend ?
Thanks for advance !
Chara
|
|
|
|
|
|
|
|
|