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: Which one is faster?

Re: Which one is faster?

From: Tony <andrewst_at_onetel.net.uk>
Date: 7 Jul 2004 14:39:04 -0700
Message-ID: <c0e3f26e.0407071339.2722d548@posting.google.com>


"Chris \( Val \)" <chrisval_at_bigpond.com.au> wrote in message news:<2l27beF7neelU1_at_uni-berlin.de>...
> [snip]
>
> Are bind variables of any help for this kind of situation ?

No, they have no part to play in this. What they do is allow you to execute the same query many times for different values, but parse it only once. In this example, we only parse once anyway. Received on Wed Jul 07 2004 - 16:39:04 CDT

Original text of this message

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