ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 16
Database version : 10.2.0.2
When a Query is executed from an Oracle Application Self Service Page , we are hitting the following exception from JDBC
## Detail 0 ##
java.sql.SQLException: ORA-21710: argument is expecting a valid memory address of an object
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1062)
When checking the alert.log we are getting different error
ORA-1653: unable to extend table APPLSYS.FND_ENV_CONTEXT by 16
The above error was not coming till June 1st. we are initially getting error
ORA-00604: error occurred at recursive SQL level 1
ORA-04031: unable to allocate 32 bytes of shared memory ("shared
pool","select count(*) from sys.job...","sql area","tmp")
Kindly advise whether this is known issue or a bug. Any Pointers to known issues of specific DBMS Versions.
Thanks
Joseph