The moose likes JDBC and the fly likes Io exception: There is no process to read data written to a pipe. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JDBC
Reply locked New topic
Author

Io exception: There is no process to read data written to a pipe.

Ashutosh Goyal
Greenhorn

Joined: Mar 16, 2010
Posts: 9
java.sql.SQLException: Io exception: There is no process to read data written to a pipe.
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
at java.sql.DriverManager.getConnection(DriverManager.java:572)
at java.sql.DriverManager.getConnection(DriverManager.java:196)
at DataConnection.main(DataConnection.java:40)

am facing this probelm and not able to make connection with Oracle10g. I have my java program on AIX 5.3.
Oracle database is also on the same server.
Same programe is running at my local machine while connecting to same database.
Some one can help me out please. Thanks in advance.
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2161

You have another thread open for this. Let's continue the discussion there.
 
 
subject: Io exception: There is no process to read data written to a pipe.
 
developer file tools