How to get physical standby database to apply redo immediately upon receipt?
Prior to some setting changes (none of which should have affected performance), the Physical Standby database used for reporting would apply changes made in the Primary Database nearly immediately. I cannot figure out how it happened, but now the changes are only visible in the Standby Database (which is in READ ONLY WITH APPLY mode) after forcing a log switch on the Primary Database.
What setting makes the Standby Database wait to apply redo until a log switch occurs on the Primary Database? Both Primary and Standby are in the default "High Performance" mode.