Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Index Explain Plan

Lakshmi PMay 5 2025

When I perform explain plan of a query, the plan shows with Table Access Full for a table.

I usually try to force an index whenever explain plan shows Table Access full covering its fields present in where clause.

In spite of creating an binary index for the where clause it does'nt pick the index when testing with explain plan.

Why it does'nt pick an index sometimes but picks indexes other times.

Comments
Post Details
Added on May 5 2025
1 comment
80 views