Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Are stored procedures faster than straight SQL?
Since stored procedures are stored within the database itself, it would seem
likely that they would be faster than a query submitted from a remote
workstation.
Sean Dolan wrote in message ...
> I am "but a newbie" to the world of Oracle and am wondering if Stored
Procedures are faster than sending a straight line SQL command to query an
Oracle 7.3.4 database and why?
>
>Much appreciated,
>Sean Dolan
Received on Tue Oct 13 1998 - 10:15:53 CDT