Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: bind variables & dbms_sql in procedure/packages
For optimal scalability, you really need to use DBMS_SQL. Execute immediate,
even if properly implemented w/ binds, will do extra soft parsing.
Only w/ DBMS_SQL can you get the optimal parse once, execute many behavior.
-Mark
-----Original Message-----
From: Juan Cachito Reyes Pacheco [mailto:jreyes_at_dazasoftware.com] Sent: Tue 3/30/2004 7:50 AM To: oracle-l_at_freelists.org Cc: Subject: Re: bind variables & dbms_sql in procedure/packagesWhenever is possible I prefer to use
Juan Carlos Reyes Pacheco
OCP
Database 9.2 Standard Edition
![]() |
![]() |