ORA-06502: PL/SQL: numeric or value error: character string buffer too small [message #28637] |
Sun, 11 January 2004 18:39  |
rita
Messages: 41 Registered: April 1998
|
Member |
|
|
Hi I am getting the following error while doing a insert into a table.
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Strangely it always stops after 44 rows are inserted. There are about 22000 rows that need to be inserted.
All columns in the table are not null. However, there are no null columns being inserted. The table has huge number of columns about (25), so i was just wondering if that could be a problem. But if i try to catch the exception in the loop(i.e data is being inserted using a cursor) and put a null on exception, it inserts about 7000 records.
Any help would be appreciated.
Thanks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|