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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle's support of PreparedStatement

Re: Oracle's support of PreparedStatement

From: Robert Klemme <robert.klemme_at_myview.de>
Date: Sat, 21 Jul 2001 23:52:16 GMT
Message-ID: <3B374DA0.D86CEE7E@myview.de>

Peter Sylvester schrieb:
> If you don't cache on the client Oracle generally makes a hash of the
> SQL text in the server and reuses plans. Obviously you need to use bin
 d
> variables (?) for this to work, and it will require a trip to the
> server.

... but the obvious advantage is that even different PreparedStatement instances on client side that contain the same SQL code can benefit from this. and this even holds for statements in multiple connections and on multiple clients.

        robert

-- 

Robert Klemme
Software Engineer
-------------------------------------------------------------
myview technologies GmbH & Co. KG
Riemekestra e 160 ~ D-33106 Paderborn ~ Germany
E-Mail: mailto:robert.klemme_at_myview.de
Telefon: +49/5251/69090-321 ~ Fax: +49/5251/69090-399
-------------------------------------------------------------
Received on Sat Jul 21 2001 - 18:52:16 CDT

Original text of this message

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