From: topher67 on 31 Oct 2006 21:29 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
From: "Jim Kennedy" jim dot scuba dot kennedy at gee male dot on 31 Oct 2006 21:50 "topher67" <t0ph3r1967(a)netscape.net> wrote in message news:1162348151.350808.227340(a)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 > Post it on Metalink, create an SR with Support. Jim
|
Pages: 1 Prev: OCI :memory leak Next: ORA-27101: shared memory realm does not exist |