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 -> Re: ProC vs. Stored Procedure

Re: ProC vs. Stored Procedure

From: Gerard H. Pille <ghp_at_skynet.be>
Date: 1997/09/23
Message-ID: <01bcc861$4e8bd0e0$df1beec3@pcghp>#1/1

Coding in your application will be more performant, Oracle won't have to look it up.

-- 
Kind reGards,

Gerard
(ghp_at_santens.be; ghp_at_skynet.be)

M. Thomas Groszko <mgroszko_at_sirus.com> schreef in artikel
<01bcc82d$be611c10$64646464_at_GROSZKO>...

> I have been told that there is no advantage to using a stored procedure
vs.
> coding SQL directly in my C++ application. The source says that Oracle
will
> only compile the SQL the first time it sees it. Is this true or will I
get
> better performance from a stored procedure? Why? What Oracle
documentation
> should I review?
>
> Thanks
> Tom Groszko
>
Received on Tue Sep 23 1997 - 00:00:00 CDT

Original text of this message

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