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 -> Re: ORA-00600: internal error code - any ideas?

Re: ORA-00600: internal error code - any ideas?

From: Stuart McLeod <smcleod_at_au.oracle.com>
Date: 1998/01/09
Message-ID: <6956kt$igd$1@inet16.us.oracle.com>#1/1

I'm willing to bet your columns are chained. You can find this out by doing an
Analyze of the table with the 'LIST CHAINED ROWS' option.

It has been fixed on Oracle 7.3.3

Regards,
Stuart.

"These thoughts are my own, and do not represent any Oracle offialdom."

Michael Bates wrote in message ...
>We run Oracle 7.3.2.3 on an NT3.51 server and I am starting to get
>some weird errors.
>
>The table has about 100,000 records in it, and I have only noticed the
>error three times over the last 4 months.
>
>When trying to update str_notes (VARCHAR2(2000)) I get the following
>error:
>
>SQL> update ia_customer set str_notes = 'test'||str_notes where id =
>30944
> 2 /
>update ia_customer set str_notes = 'test'||str_notes where id = 30944
> *
>ERROR at line 1:
>ORA-00600: internal error code, arguments: [13012], [0], [1],
>[67140108], [0], [67478445], [], []
>
>
>I can update all other columns for that record (including another
>VARCHAR2(2000) field), but not str_notes.
>
>After seeing this problem again, I went back to the 3 month old
>(original record) and tried to update the field, and it worked! That
>makes it even more confusing.
>
>Any ideas?
>
>Michael Bates
>
>Michael Bates
>Revenue Manager
>Internet America, Inc.
>Texas' Largest Provider
Received on Fri Jan 09 1998 - 00:00:00 CST

Original text of this message

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