PL/SQL (MOSC)

MOSC Banner

ORA-06502: PL/SQL : erreur numérique ou erreur sur une valeur

edited May 12, 2009 2:21AM in PL/SQL (MOSC) 9 commentsAnswered ✓
Hello everybody,

Well, I have several procedures that do update or insert and generate this error, the worst is that it works for the client. I think it comes from my database which is poorly configured.
For example I have a batch which done an update of certain data from a file, it processes line by line. For a row, if the data contains too many characters, in this case it is an address, I get the message:
ORA-06502: PL / SQL: erreur numérique ou erreur sur une valeur
ORA-06512: at line 1.

This should normally be a maximum of 32 characters (this basic field is a VARCHAR2 (32 BYTE)), in my case, my address should be a maximum of 12 characters for inclusion works (I tried for example with 12 letters A and it works but not 13 A letters).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center