Hi,
I am running Oracle 7 on a Unix server and all the tables are loaded by SQL*Loader. I have a table that is a parent of another, and a child of yet another table. I had to alter that table, so I dropped the table and re-ran the script to build it again with the modified fields. Now, when I try to load files larger than 13k (we load normally, 900k rows) rows, I get the following error on the table in question:
SQL*Loader-704 Internal Error: ulnail1: bad row out of bounds [25]
Prior to this error, there are messages about rows that violated referential integrity constraints and are being moved to a bad file, but this has happened in the past. It's nothing new, and the table/SQL*Loader has handled this without fail previously. The other tables (the parent of this table) are populated without a problem. My DBA is MIA at the moment. Can anyone suggest what can be done?
Fyr
I am running Oracle 7 on a Unix server and all the tables are loaded by SQL*Loader. I have a table that is a parent of another, and a child of yet another table. I had to alter that table, so I dropped the table and re-ran the script to build it again with the modified fields. Now, when I try to load files larger than 13k (we load normally, 900k rows) rows, I get the following error on the table in question:
SQL*Loader-704 Internal Error: ulnail1: bad row out of bounds [25]
Prior to this error, there are messages about rows that violated referential integrity constraints and are being moved to a bad file, but this has happened in the past. It's nothing new, and the table/SQL*Loader has handled this without fail previously. The other tables (the parent of this table) are populated without a problem. My DBA is MIA at the moment. Can anyone suggest what can be done?
Fyr