Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Query taking a long time while running in Java application
Hi List,
The below query is taking a long time to execute from the Java application and when doing a record count from TOAD. Is there any way I can rewrite the below query?
SELECT
A0.ID ID0, A0.SEG_GRP GRP0, A1.ID ID1, A1.SEG_GRP GRP1, A2.ID ID2, A2.SEG_GRP GRP2, A3.ID ID3, A3.SEG_GRP GRP3
ROUTE_BUILD A0, ROUTE_BUILD A1, ROUTE_BUILD A2, ROUTE_BUILD A3
A0.REQUEST_ID=1943 AND A1.REQUEST_ID = 1943 AND A2.REQUEST_ID = 1943 AND A3.REQUEST_ID = 1943 AND
Thanks and Regards,
Ranganath
WARNING: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Krishnaswamy, Ranganath INET: Ranganath.Krishnaswamy_at_blr.hpsglobal.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Apr 11 2003 - 10:59:05 CDT
![]() |
![]() |