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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: bind variables & dbms_sql in procedure/packages

Re: bind variables & dbms_sql in procedure/packages

From: Juan Cachito Reyes Pacheco <jreyes_at_dazasoftware.com>
Date: Tue, 30 Mar 2004 10:33:10 -0400
Message-ID: <00dd01c41663$ed84c010$2501a8c0@dazasoftware.com>


>From Tom Kyte

if you are going to parse the same statement many times....

And you are not using a version that allows for bulk binds in native dynamic sql
(bulk binds offsets the parse issue)..... http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96624/11_dynam.htm#16379

then DBMS_SQL (using the array interface as well!) can be more efficient yes.
If you have "Expert One on One Oracle", I cover this from a performance perspective in the Dynamic SQL chapter.

Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Mar 30 2004 - 08:34:24 CST

Original text of this message

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