Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Query taking forever...
Hi all.
I have a query that is taking forever (11 - 12 minutes on the initial run) and its query a table that has just less than 74 000 records. The statement is as follows:
SELECT casenum, flags, starter, casedesc, procflags, to_char(next_deadline,
'YYYY-MM-DD HH24:MI'), outstanding_mail
FROM swpro.case_information
WHERE node_id = 1
AND proc_id = 26 AND casenum >= 2
The Sql is generated by the Staffware Application.
Any idea's on this...
Thanks
Clint Received on Tue Aug 05 2003 - 09:33:01 CDT