Why the Explain Plan Is Different and Not Using the 'TABLE ACCESS STORAGE FULL TABLE HR.PAY_PEOPLE_GROUPS' Index when Executing a Query On Different Environments?
(Doc ID 3035904.1)
Last updated on JULY 24, 2024
Applies to:
Oracle Payroll - Version 12.2 and laterInformation in this document applies to any platform.
Goal
Why the Explain Plan is different and not using the 'TABLE ACCESS STORAGE FULL TABLE HR.PAY_PEOPLE_GROUPS' index when executing a query on different environments?
For example:
SELECT *
FROM per_all_assignments_f paaf, pay_people_groups ppg
WHERE paaf.people_group_id = ppg.people_group_id(+) AND paaf.person_id = <:person_id> AND paaf.assignment_id = <:assignment_id>;
Solution
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
Goal |
Solution |