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

Home -> Community -> Mailing Lists -> Oracle-L -> Stored procedure performance

Stored procedure performance

From: Paul Baumgartel <pbaumgartel_at_mortgagesight.com>
Date: Mon, 13 Aug 2001 09:09:03 -0700
Message-ID: <F001.00368AF3.20010813072105@fatcity.com>

In the process of making a design decision, I'm looking for information on the relative performance of PL/SQL stored procedures / packages vs. both Pro*C / OCI SQL calls and Java stored procedures. All things being equal, let's say for DML calls with little or not procedural logic, what technique is likely to yield the best performance, and how much of a performance difference exists? In the case of PL/SQL vs. SQL, is the advantage of centralization overshadowed by a performance hit? In the case of PL/SQL vs. Java, is the advantage of a more "standard" and widely-used language among application developers similarly negated by a performance disadvantage?

I'm interested in hearing opinions based on both theoretical and empirical information. Thanks.

Paul Baumgartel
MortgageSight Holdings, LLC
pbaumgartel_at_mortgagesight.com
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Paul Baumgartel
  INET: pbaumgartel_at_mortgagesight.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Aug 13 2001 - 11:09:03 CDT

Original text of this message

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