Data mismatch between standby DB instances
Hi All
I believe this is well-known issue or even intended behavior..
Background : We have standby DB in "read only with apply" mode in RAC environment (Linux x86-64 Oracle 12.1). Standby is running and synchronizing with primary, sometime short lags take place because of MaxPerformance mode but in general standby is in sync.
Issue : Eventually after some DDL like truncate or drop partition users reported data mismatch between primary and standby DB. Meantime standby was in sync with primary ! Short investigation found actual data when i retrieve them from one instance of standby db and "old" data or even "ORA-08103: object no longer exists" for another instance of the same standby DB. Actual data retrieve from instance with MRP process or apply instance. I explicitly assign apply instance and DB service on the same node as workaround but