Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ORA-00600: internal error code, arguments: [17059]

ORA-00600: internal error code, arguments: [17059]

From: topher67 <t0ph3r1967_at_netscape.net>
Date: 31 Oct 2006 18:29:11 -0800
Message-ID: <1162348151.350808.227340@b28g2000cwb.googlegroups.com>


Hello. When doing an insert via a stored procedure, I get the following errors:

ORA-21000: error number argument to raise_application_error of -2
ORA-06512: at "PERFORCE.PKG_IMPORT", line 509
ORA-21000: error number argument to raise_application_error of -600
ORA-06512: at "PERFORCE.PKG_IMPORT", line 1124
ORA-00600: internal error code, arguments: [17059], [0x46763814], [],
[], [], [], [], []
ORA-06512: at line 3 (DBD ERROR: OCIStmtExecute)

There is nothing special about the data being inserted and this stored procedure has been used 1000's of times before without errors. The sp is trying to insert a value into a table and ensures that the value is unique before doing the insert. This may be consuming all the RAM as the table is very large.

A Google search did not list this particular internal error (17059). Any help would be appreciated.

Client: Linux RHEL AS 4, Oracle 10.1.0.3 Server: Solaris 10, Oracle 10.2.0.2 Received on Tue Oct 31 2006 - 20:29:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US