Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Query taking forever...
Tiger Woods wrote:
> 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
> ORDER BY casenum
>
> The Sql is generated by the Staffware Application.
>
> Any idea's on this...
>
> Thanks
>
> Clint
Lots of ideas. Do you have answers for these?
-- Daniel Morgan http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Tue Aug 05 2003 - 10:22:32 CDT