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 when using Intersolv ODBC with Delphi

Re: ORA-00600 when using Intersolv ODBC with Delphi

From: Joneveland <joneveland_at_aol.com>
Date: 17 Jul 1998 02:40:50 GMT
Message-ID: <1998071702405000.WAA10568@ladder03.news.aol.com>


>I do inserts in a certain database table. The table has an unique key
>that is formed of two rows (both integer format).
>
>Everything works fine until the table is filled with 32767 entries. When
>the program tries to INSERT one more sentence I get an error message
> ORA-00600 internal error code, arguments [17059],
>[43213752],[],[],[],[],[]
>and the program stops execution.
>
>In this sitation the database is still ok. I tried to make INSERTs
>manually by giving appropriate SQL-commands and succeeded to fill in
>more than 32767 sentences.
>
>

How often do you "commit" the inserts? You could be overwriting the buffer. Received on Thu Jul 16 1998 - 21:40:50 CDT

Original text of this message

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