That is an Oracle error, not a Java error.  JDBC "bubbles up" all database related errors as java.sql.SQLException.  Refer to the Oracle 8.0 documentation that ships with the Oracle product.  There is a listing of error codes and their resolution in the documentation. 
 
Later,
Chris
 

--------------------------------------
Chris Parkerson
Software Engineer, Tools Group
Object Design, Inc.
[EMAIL PROTECTED]
--------------------------------------

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Kenia Nimesh
Sent: Monday, April 05, 1999 4:30 PM
To: [EMAIL PROTECTED]
Subject: Oracle Exception ORA-03115

I am trying to access data from my oracle server (Oracle 8.0) using oracle thin driver but at ps.executeQuery() I am getting the following error:
 exception :java.sql.SQLException: ORA-03115: unsupported network datatype or representation .
 
Please help me out to solve this problem.

Reply via email to