Bug 31626438
RDBMS 19.19 / Linux OL 8
Alter 19.18 patch we experienced performance issue.
Reading doc 2940472.1 this should be fixed in 19.19
After applying 19.19 the bug fix is still "enabled" !?
select value from v$system_fix_control where bugno=31626438;
1
What worries me is that our problem started with patch 19.18 still persist after applying 19.19 !?
I thinking if the bugfix is applied with 19.19 the performance issue would have been solved but that's not the case ...
Should I apply the the "workaround" (_fix_control) "manually" i.e:
exec dbms_optim_bundle.set_fix_controls('31626438:0','*', 'BOTH', 'NO');
Or am I misinterpret the note ?
reg peter