Database Tuning (MOSC)

MOSC Banner

Query performance

edited Sep 27, 2011 3:15AM in Database Tuning (MOSC) 4 commentsAnswered
Hi All,
We are using 10.2.0.4 db on AIX and we refresh a particular schema in our dev environment from production every week.

This time after refresh we noticed that the following query is taking lot of time to execute.

SELECT DISTINCT t.promo_gentd_id, cal_start.date_time_stamp start_date, cal_end.date_time_stamp end_date
    FROM TSL_PROMOTION t, TSL_CAL_TIME_REASN_FOR_PROMO cal_start, TSL_CAL_TIME_REASN_FOR_PROMO cal_end
    WHERE t.source_system_table_name = 'ORPMLOCDTL'
    AND t.srce_system_promo_id = '8'
    AND t.promo_gentd_id = cal_start.promo_gentd_id

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