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

ProC vs. Stored Procedure

From: M. Thomas Groszko <mgroszko_at_sirus.com>
Date: 1997/09/23
Message-ID: <01bcc82d$be611c10$64646464@GROSZKO>#1/1

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