I am baffled by this issue I am facing:
This SQL:
SELECT * FROM pr4_rule d WHERE d.pyRuleSet = '1' AND d.pyRuleSetVersion = '2' AND d.pxObjClass = '3';
does NOT use the INDEX, according to the EXPLAIN PLAN.
I want it to use the index.
Why is the plan not using it?