Database Tuning (MOSC)

MOSC Banner

Index in hint is not used - Access full PO_HEADERS_ALL

edited Jun 29, 2011 4:45AM in Database Tuning (MOSC) 4 commentsAnswered
Hi,
I'm in oracle e-business suite R12.
I'm working on a query which taking some time in running.
I'd like to optimize it as possible.

As i have a access full in table PO_HEADERS_ALL, i add a hint in the qyery :

SELECT /*+ INDEX(PO_HEADERS_ALL  PO_HEADERS_U1) INDEX(PO_HEADERS_ALL  PO_HEADERS_N1) all_rows */

But the indexes are not used. (except the "all rows"). Why ? They are valid in the database.

When i execute an explain plan, i have always the access full in the PO_HEADERS_ALL.


In the query i use the following field of PO_HEADERS_ALL :

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center