in reply to Re: Excessive execution time passing parameters to Oracle
in thread Excessive execution time passing parameters to Oracle
Can this range be combind into one? This is a common query. Could you please explain me little bit more on special index which you mentioned. both the column mean, which columns? Thanks a lot for your valuable comments. Regards, RamAND ((UCSII.REC_STATUS = 'A' AND UCSII.UCSIIU_RECEIPT_AT_MOT_DT between to_date(?,'mm/dd/yyyy') and to_date(?,'mm/dd/yyyy') ) -- <1.start date, 2.end date> OR (UCSII.UCSIIU_RECEIPT_AT_MOT_DT between to_date(?,'mm/dd/yyyy') and to_date(?,'mm/dd/yyyy') -- <3.start date, 4.end date> AND UCSII.REC_STATUS = 'I' AND UCSII.UCSIIU_CIF_SENT_TO_ITA_CNT > 0))
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Excessive execution time passing parameters to Oracle
by jhourcle (Prior) on Sep 27, 2006 at 15:19 UTC | |
|
Re^3: Excessive execution time passing parameters to Oracle
by Anonymous Monk on Sep 26, 2006 at 09:52 UTC |