Skip to Main Content

Application Development Software

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!

ORA-00600 in a PublicObject.checkin

265798Nov 30 2003 — edited Dec 1 2003
Hi,
I have a ORA-00600 Exception while doing a Check-in using the API. To fix the problem we have to restart the server and all connections and then we are good for another 3 months without this error. We have no clue. We are running on :
Win 2000,Oracle Release 9.0.1.1.1
(9iFS) Release 9.0.1
please help.

Full Stack Trace :

java.sql.SQLException: ORA-00600: internal error code, arguments: [25012], [14], [0], [], [], [], [], []

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1759)
at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1371)
at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1852)
at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1771)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2361)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:487)
at oracle.ifs.server.S_LibrarySession.execute(S_LibrarySession.java:14319)
at oracle.ifs.server.S_LibraryObject.insertRow(S_LibraryObject.java:3251)
at oracle.ifs.server.S_LibraryObject.insertRows(S_LibraryObject.java:3150)
at oracle.ifs.server.OperationState.executeAtomicOperations(OperationState.java:487)
at oracle.ifs.server.S_LibraryObject.createInstance(S_LibraryObject.java:2716)
at oracle.ifs.server.S_LibrarySession.newLibraryObject(S_LibrarySession.java:7922)
at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7963)
at oracle.ifs.server.S_LibrarySession.newPublicObject(S_LibrarySession.java:7945)
at oracle.ifs.server.S_VersionSeries.newRevision(S_VersionSeries.java:788)
at oracle.ifs.server.S_LibrarySession.DMNewRevision(S_LibrarySession.java:12022)
at oracle.ifs.beans.LibrarySession.DMNewRevision(LibrarySession.java:10323)
at oracle.ifs.beans.VersionSeries.newVersion(VersionSeries.java:781)
at com.bwax.ifs.beans.BPublicObject.checkin(BPublicObject.java:2286)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 29 2003
Added on Nov 30 2003
1 comment
408 views