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 -> Re: ORA-00600: internal error code, arguments: [17043], [191243324], [], [], [], [], [], []

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

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Tue, 15 Oct 2002 16:11:30 +0100
Message-ID: <3dac3023$0$8514$ed9e5944@reading.news.pipex.net>


Ora 0600 means call support since it is an unhandled error. You could also try searching google, and metalink for the particular problem you have.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
"David" <dfairman16_at_hotmail.com> wrote in message
news:b4cefdce.0210150650.3312517e_at_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 - 10:11:30 CDT

Original text of this message

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