Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-00600 when using Intersolv ODBC with Delphi
>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
![]() |
![]() |