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

Home -> Community -> Usenet -> c.d.o.server -> ORA-00600: internal error code, arguments: [17043], [191243324], [], [], [], [], [], []

ORA-00600: internal error code, arguments: [17043], [191243324], [], [], [], [], [], []

From: David <dfairman16_at_hotmail.com>
Date: 15 Oct 2002 07:50:55 -0700
Message-ID: <b4cefdce.0210150650.3312517e@posting.google.com>


Hi there, this is something I've done a few times without event before. Now for some reason I am getting this error message. Ideas anyone
David

SQL> select * from v$version;

Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production PL/SQL Release 8.1.7.0.0 - Production
CORE 8.1.7.0.0 Production
TNS for 32-bit Windows: Version 8.1.7.0.0 - Production NLSRTL Version 3.4.1.0.0 - Production

SQL> CREATE OR REPLACE INDEXTYPE idxTestCart   2 FOR
  3 testfn1(BLOB,VARCHAR2,NUMBER,VARCHAR2),   4 testfn2(BLOB,VARCHAR2,NUMBER,VARCHAR2)   5 USING testnamedc;
 testfn1(BLOB,VARCHAR2,NUMBER,VARCHAR2),  *
ERROR at line 3:
ORA-00600: internal error code, arguments: [17043], [191243324], [], [], [], [], [], []

SQL>
SQL> Received on Tue Oct 15 2002 - 09:50:55 CDT

Original text of this message

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