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: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 21 Jul 2001 23:51:44 GMT
Message-ID: <tif6be1omgfo3b@beta-news.demon.nl>

"Alain Kreienbuhl" <alain.kreienbuhl_at_fisystem.com> wrote in message news:3B27945B.5144F725_at_fisystem.com...
> Hello,
>
> Are preparedStatement supported in the following configuration:
> - JDBC Driver 8.1.(6-7)
> - RDMS Oracle 8.0.5
>
> By supported I mean, are the query really prepared once (for a given
> scope, method scope or longer if connection pool + preparedStatement
> pool are used).
>
> Where can I found official information about this.
>
> Thanks .
>
> Alain.
>
>

In Oracle's jdbc documentation, obviously. Although running a higher version driver against a lower version database (which has also been desupported) is just asking for problems.

Hth,

Sybrand Bakker, Oracle DBA Received on Sat Jul 21 2001 - 18:51:44 CDT

Original text of this message

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