Oracle 8i SYS
Build 7.4.56 -- Not sure about this exception. Happened yday as well today. I am not able to identify the exact cause. I tried to test the Storage Manager Object Tab each time.
java.sql.SQLException: statement handle not executed
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:208)
at oracle.jdbc.driver.T4CStatement.doDescribe(T4CStatement.java:727)
at oracle.jdbc.driver.OracleStatement.getColumnIndex(OracleStatement.java:3308)
at oracle.jdbc.driver.OracleResultSetImpl.findColumn(OracleResultSetImpl.java:1926)
at oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1515)
at nmfl.rvKk.ao(Unknown Source)
at nmfl.rvKk.M(Unknown Source)
at nmfl.LOBH.a(Unknown Source)
at nmfl.DbHr.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
java.lang.NullPointerException
at nmfl.rvKk.a(Unknown Source)
at nmfl.rvKk.d(Unknown Source)
at nmfl.LOBH.a(Unknown Source)
at nmfl.DbHr.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
This happens in ExtractTablespace.getTablespaces(). Not sure why it happens. I can't reproduce it.
Oracle docs say ...
Cause: A fetch or describe was attempted before executing a statement handle.
Action: Execute a statement and then fetch or describe the data.
Not sure how this could happen from ADS code. The problem could be that we are using the 11g drivers with 8i database.
We can't reproduce. I think it is an 8i / 11g driver issue. I say we don't worry about this unless reported by customer and reproducible.
We can't reproduce. I think it is an 8i / 11g driver issue. I say we don't worry about this unless reported by customer and reproducible.
Issue #2325 |
Closed |
Unreproducible |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
This happens in ExtractTablespace.getTablespaces(). Not sure why it happens. I can't reproduce it.
Oracle docs say ...
Cause: A fetch or describe was attempted before executing a statement handle.
Action: Execute a statement and then fetch or describe the data.
Not sure how this could happen from ADS code. The problem could be that we are using the 11g drivers with 8i database.