SQL Performance (MOSC)

MOSC Banner

SQL Statement Performance issue ....

edited Nov 26, 2013 4:26PM in SQL Performance (MOSC) 3 commentsAnswered
  Hi All Expert, actually one of SELECT Statement is being executing from application . that select satatement  is using bind veriable and values of bind veriable changes as per requirment/logic by application and  number of rows   each time also changes with change in value of bind veriable. now problum statment is some time same query took more than 15 secs to complete and some times it took arround 1 mint and fetches same number of records. below is my quire ..

Database Version : 10.1.0.4

SELECT /*+ FIRST_ROWS */ ICN.MBB_SERVICEIND,ICN.STATUS,ICN.ID,ICN.DESCRIPTION,ICN.PRIMARYKEY,ICN.RECVDATE,ICN.RECVDATE__,
ICN.TARGETDATE,ICN.TARGETDATE__,CON.PRIMARYKEY FROM EP_INCIDENT ICN,TP_CONTACT CON WHERE ((ICN.CR_COMPLETERAREA='QQQ002NAWI30') 

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