Question on Standyby DB version 8.1.7 issue on Nologging [message #63277] |
Thu, 23 September 2004 09:27 |
camilo
Messages: 1 Registered: September 2004
|
Junior Member |
|
|
Hi,
Let's say I have a primary and standby db version 8.1.7.4. On the primary I created a table (let's say Table AA) with nologging and inserted data using the /*+ Append */ hint on this table. At this point, the primary and standby will not any more be in-synched. I then use the data in this table (Table AA) to update the rows of another table, say Table BB (which exists and in-synched in both the primary and standby DB). Will the records in the standby DB for Table BB be updated? or is Table BB in the standyby now not in synched with the Table BB in the Primary DB?
|
|
|
|