OALL8 issue occurs while deploying an application on JBoss 6.1 EAP. Here is the stacktrace:
java.sql.SQLException: OALL8 is in an inconsistent state 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.T4C8Oall.marshal(T4C8Oall.java:352) at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:199)
I am using racojdbc14.jar to connect to the oracle database.
Oracle Database: Oracle 11g. It is an RAC Cluster
Can anyone please post the solution to resolve this issue?