Query Execution is slow in Standby DB When Compared to Primary
(Doc ID 2980050.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.15.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Observing performance issues for certain queries in Active Read only Dataguard (ADG) - When select queries are executed through ADG it was taking around more time while the same select query is completing within 30 secs in primary database.
There is a change in the query execution plan, for example:
The query execution plan on primary shows "TABLE ACCESS INMEMORY FULL" on TESTTAB, but ADG plan has "TABLE ACCESS FULL" on the same table.
Changes
In-memory option has been enabled for the table, in the primary Database.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |