SQL Statement Performance issue ....
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')
0