Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ADO recordsets using a stored procedure
On Wed, 24 Feb 1999 23:31:41 -0500, "Eric L. Ma" <mlq_at_ndi.net> wrote:
>There are solid reasons to use stored procedures to return recordsets from
>Oracle, and performance enhancement is one of the top reasons.
Replacing a sql statement with a stored procedure will not (generally) improve performance in Oracle. The mechanism used for parsing and in particular for re-using parse trees and access paths is completely different in Oracle to sqlsqerver. Received on Fri Mar 05 1999 - 09:54:11 CST
![]() |
![]() |