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

Home -> Community -> Usenet -> c.d.o.server -> jdbc : No more data to read from socket

jdbc : No more data to read from socket

From: <sudhin_at_saathi.ncst.ernet.in>
Date: Thu, 17 Dec 1998 09:22:04 GMT
Message-ID: <75aifp$8bl$1@nnrp1.dejanews.com>


Hi
I want to use a pure java driver for Oracle V8 ( and also V7.2 ) I downloaded jdbcthin.zip
and I get the message

java.sql.SQLException: No more data to read from socket

This is the source code I used

// Load Oracle driver

    DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
// Connect to the database

Connection conn =

      DriverManager.getConnection ("jdbc:oracle:thin:@myhost:1521:orcl",
                                   "scott", "tiger");

There were many such postings. But what is the answer ? thanks in advance
-sudhin

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Dec 17 1998 - 03:22:04 CST

Original text of this message

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