Database Tuning (MOSC)

MOSC Banner

Index - Performance query

Hi Team,

We are using Oracle Database 19.28 version. We need your support in fixing the below SQL query appeared in SQL ordered by Elapsed Time in AWR report. CPU consumption seems more than 90%.

1)Will index creation help in this case? If yes, please kindly lets us know which type of index to be created.

2)Which column should we place first, in case of concatenated index.

SQL> select * from table(dbms_xplan.display_cursor('0v56uxs37xf8k'));6

PLAN_TABLE_OUTPUT

SQL_ID 0v56uxs37xf8k, child number 0

SELECT MEANING PENALTYDATE FROM XXTTD.FND_LOOKUP_VALUES WHERE
LOOKUP_TYPE = 'XXTTDAR_DCB_TPTPNTY_DATE_VS' AND ENABLED_FLAG = 'Y'

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