Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.sql.SQLException: OALL8 is in an inconsistent state

397471Nov 8 2004 — edited May 2 2013
Can any one explain, why we are getting the following error? We are using weblogic server with JDBC driver version 10.1.0.2.

Thanks,

Nov 8, 2004 12:01:38 PM com.tmobile.sqlmgr.rv.RequestHandler sendErrorResponse
INFO: Sending error response: { STATUS={ CODE=101 MESSAGE="java.sql.SQLException: OALL8 is in an inconsistent state.
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4C8Oall.init(T4C8Oall.java:308)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:166)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:543)
at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:915)
at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:452)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:978)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2929)
at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:80)
at com.tmobile.sqlmgr.engine.SQLPreparedStatement.executeQuery(SQLPreparedStatement.java:94)
at com.tmobile.sqlmgr.rv.RequestHandler.handleQuery(RequestHandler.java:266)
at com.tmobile.sqlmgr.rv.RequestHandler.run(RequestHandler.java:78)
" } }

Comments

user13399723
I found my solution



I needed to install the system headers and they were not for the text install of Solaris 11.



I did a search to find which package the stdio.h was in.

pkg search stdio.h

basename file usr/include/stdio.h ; pkg:/system/header@0.5.11-0.175.0.0.0.2.1



I then install it and BDB did a configure and make and make install and all work.



John
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 30 2013
Added on Nov 8 2004
27 comments
212,655 views