OWB 9i Error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small [message #203844] |
Thu, 16 November 2006 09:40 |
rajkhatua
Messages: 3 Registered: October 2006 Location: new delhi
|
Junior Member |
|
|
Hi,
I am using OWB 9.2 in my ETL project. I am fetching data from SQL SERVER 2000 and inserting it into Oracle 9i target. I am facing ORA-06502: (PL/SQL: numeric or value error: character string buffer too small) error when i try to execute my mapping. The configuration parameter bulk size is 50. When i increase the bulk size (greater then the total record count) it execute properly.
Can any body help me regarding this problem.
Thanks in advance.
#Raj
|
|
|
|
|
Re: OWB 9i Error: ORA-06502: PL/SQL: numeric or value error: character string buffer too small [message #203929 is a reply to message #203908] |
Fri, 17 November 2006 00:07 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Is there, perhaps, any other error? See what Oracle says about the error you received:Oracle | ORA-06502 PL/SQL: numeric or value error string
Cause: An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).
Action: Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.
|
I'm sorry, but I wouldn't know what else might be wrong and/or what impact to the whole thing has a 'bulk size' parameter.
|
|
|