Posted By:
Akhtar_Joomun
Posted On:
Wednesday, April 4, 2001 10:27 PM
I'm trying to connect to a remote oracle database using
Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:scott/tiger@Serveur5-90:1521:ORCL");
and I'm getting this error:
java.sql.SQLException: No more data to read from socket
Any idea how I can solve it?