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 - any ideas?

ORA-00600: internal error code - any ideas?

From: Michael Bates <Michael.Bates_at_airmail.net>
Date: 1998/01/08
Message-ID: <D3CEEE9ADADD5482.36CE0E37A63D32F8.459F466DC8EDB83C@library-proxy.airnews.net>#1/1

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 Thu Jan 08 1998 - 00:00:00 CST

Original text of this message

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