Database Tuning (MOSC)

MOSC Banner

Index not being picked up

edited Jun 12, 2012 10:16PM in Database Tuning (MOSC) 10 commentsAnswered
Hi,

I have proper indexes on table - INCS but index is not being picked up and elapsed time is very high for this query

Select BO14_INCs.DueDate, BO14_INCs.TAT, <font color="#000080">'DUMMYDATA'</font>, 
<font color="#000080">'sBOObj:INCBO/INCBO.INCID:'</font>||BO14_INCs.INCID)
From 
INCs BO14_INCs, Agt BO3_Agt, SRG BO13_SRG, 
MDisc BO2021_MDisc, Bcen BO146_Bcen, Usr BO3_Usr 
where 
BO14_INCs.creUserId= BO3_Agt.PID (+) AND BO14_INCs.assGrpID = 
BO13_SRG.GrpID (+) AND BO13_SRG.GrpName = BO2021_MDisc.LabelCode (+) AND 
BO14_INCs.AssLocID = BO146_Bcen.BCID (+) AND BO3_Agt.PID = BO3_Usr.PID 
(+) AND BO14_INCs.bid = BO13_SRG.bid (+) AND BO13_SRG.bid = 
BO2021_MDisc.bid (+) AND ( ( ( ( ( ( ( BO14_INCs.assGrpID is <font color="#000080"><b>null</b></font> ) OR ( 
BO2021_MDisc.LocaleCode = :1 ) ) ) AND ( ( ( ( ( BO14_INCs.Status = :2 ) OR ( 
BO14_INCs.Status = :3 ) ) ) OR ( BO14_INCs.Status = :4 ) ) )

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