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: Setting bind variables or defines from applications?

Re: Setting bind variables or defines from applications?

From: <thomas.kyte_at_oracle.com>
Date: 24 Apr 2006 07:22:41 -0700
Message-ID: <1145888561.423017.71950@i40g2000cwc.googlegroups.com>


it is unfortunate, however it does not mean it has to be that way.

Meaning - Keith was dead on above. ODBC and JDBC are all about dynamic sql - nothing but dynamic sql.

And they don't have to hard parse always They can bind
They can even parse once, execute many.

Dynamic sql does not mean "bad" in any sense.

Only bad programmers mean "bad" Received on Mon Apr 24 2006 - 09:22:41 CDT

Original text of this message

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