cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Oracle Pool Connection problem

Former Member
0 Likes
675

Hello.

I am experiencing a problem trying to retrieve data from an oracle database.

I am using ep6 sp2 and have set up a connection pool using the com.sap.portals.jdbc.oracle.OracleDriver as a driver.

The problem is that when trying to get a connection that my service can use (in the java code), I keep receiving this error message:

java.sql.SQLException: [SAP_Portals][Oracle JDBC Driver]No more data available to read.

The error appears to come from the Statement initialization with con.createStatement() in the code.

Anyone has any idea of what I might be doing wrong?

Thank you in advance.

Silviu.

View Entire Topic
guru_subramanian
Active Contributor
0 Likes

Hi,

wht is the oracle driver ur using and the driver class files in ur "lib" folder?

Rdgs,

Guru