Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC 2.0 and Oracle
As far as I know the JDBC 8.1.6 SDK is not JDBC 2.0 compliant. The only reason of this driver is to support JDK 1.2, and has additional NLS features that are not part of the 8.1.5 JDBC driver. To have a JDBC 2.0 compliant driver, you need to wait until Oracle8i 8.1.6.
Alex A. <albu_at_mailcity.com> writes:
> We would like to use some JDBC 2.0 features (the relative(int) method of
> ResultSet) with Oracle. I have downloaded a file called 816classes12.zip
> that was supposed to contain a driver that works with JDK 1.2 and
> supports parts of JDBC 2.0.
>
> Our server platform is Linux and we're running Oracle 8.0.5. An attempt
> to execute a simple query using the downloaded driver failed with the
> error "ORA-031200: two-task conversion routine: integer overflow".
>
> The name of the driver seems to indicate that it's for Oracle 8.1.6. Is
> that the reason for the failure? If yes, what's the solution (only
> Oracle8i 8.1.5 is available for download on OTN).
>
> What can I do in order to be able to use JDBC 2.0 calls with Oracle?
>
>
> TIA
> Alex
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
--
The fundamental aim of King Crimson is to organize anarchy, to utilize
the latent power of chaos and to allow the varying influences to
interact and find their own equilibrium. -Robert FrippReceived on Thu Sep 16 1999 - 13:45:55 CDT
![]() |
![]() |