ORA-00600 [message #74231] |
Fri, 15 October 2004 01:03 |
Martin Marchant
Messages: 9 Registered: August 2004
|
Junior Member |
|
|
I am trying to load some data using sqlload into a table but keep getting the error ORA-00600: internal error code, arguments: [[729]], [[511760]], [[space leak]], [[]], [[]], [[]], [[]], [[]]
It's only 497 rows of three fields so it's not a large amount of data. The log that the sqlload procedure produces also contains the error 'Index NT_USER_PK' was left in Direct Load State due to ORA-01536: space quota exceeded for tablespace 'NBS_IDX''
Any ideas would be much appreciated.
Ta, Martin
|
|
|
|
|
|
Re: ORA-00600 [message #74248 is a reply to message #74236] |
Wed, 20 October 2004 05:30 |
Martin Marchant
Messages: 9 Registered: August 2004
|
Junior Member |
|
|
That didn't work so I exported everything from that particular tablespace, recreated the tablespace, and reimported the structure. Reran the load scripts and everything worked fine. How weird is that?
Thanks for your assistance. Cheers!
|
|
|