How to solve a dictionary access poor performance in 12C?
Hi,
I'm having performance problems accessing the Oracle 12C data dictionary. - Oracle 12.1.0.2 EE with Oracle Linux 6.3.
Looking at metalink, I found solutions as below:
ALTER SYSTEM SET optimizer_features_enable = '11 .2.0.4 'SCOPE = BOTH;
This partially solved the problem.
Is there a patch or a different workaround?
Paulo