Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Slow stored procedure calls?

Slow stored procedure calls?

From: <amarcinkowski_at_my-deja.com>
Date: Tue, 03 Aug 1999 18:05:29 GMT
Message-ID: <7o7b0v$s58$1@nnrp1.deja.com>


I'm using stored procedures that are compiled against a view of a large (wide) table. The procedure calculates some averages based on input parameters. When the view contains only 80 rows or so, the porcedure is quick. If the view contains 300 rows the procedure is slow for the exact same query (obviously the speed is a function of the recordset). Is there any way to improve this? Most of the problem is exasperated by the fact that the view and the procedure body and built and compiled on the fly, and then called on the fly.

Thanks in advance...

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Aug 03 1999 - 13:05:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US