Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
dfosgate_at_llbean.com wrote:
> Hi,
>
> I'm processing a large file with the following data:
> 0AAA320000A
> 0AAA334000A
> 0AAA343000A
> 0AAA354000A
> 0AAA365000A
> Total rows: 467381
>
> When run PL/SQL get the following error:
I would truly like to help you but I get paid by the hour. Any chance you could narrow down the exact line creating the error with some judicious usage of /* ... */?
But generally speaking this is an error message you can literally believe ... so track down the appropriate variable and column information and make sure everything is compatible with your data.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Tue Feb 22 2005 - 13:33:04 CST