Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> JCBC-Drivers for Oracle
Hi,
I'm evaluating several database server/plattforms for a java-project an run int problems with the the thin jdbc driver for oracle. Connecting to a solaris version of the 8.0.4 server works just fine, but attempts to make it with nt-version 8.0.3 failes. I get the following exception:
java.sql.SQLException: No more data to read from socket
at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:382) at oracle.jdbc.ttc7.TTCInBuffer.getByte(TTCInBuffer.java:94) at oracle.jdbc.ttc7.TTIMsg.unmarshalSB1(TTIMsg.java:929) at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:488) at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:163) at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:93) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:146) at java.sql.DriverManager.getConnection(DriverManager.java:91) at connectTest.main(connectTest.java:72)java.sql.SQLException: No more data to read from socket
My test platform is jdk 1.1.6 on linux.
Is this a server-version, a server-plattform or a server-configuration problem? Any solutions?
Any hints are welcome,
Andi Received on Thu Aug 06 1998 - 04:30:59 CDT
![]() |
![]() |