Error message: -6502 [message #126552] |
Tue, 05 July 2005 10:12 |
abeiko
Messages: 29 Registered: March 2005
|
Junior Member |
|
|
Has anyone come across the following error message from an Oracle database. I have an ASP web framework with an Oracle 9i database. The following error message appears on one of our web pages.
Error message: -6502;
Error message -6502 not found.
Please contact your support person.
Any help would be appreciated.
Thanks.
|
|
|
Re: Error message: -6502 [message #126559 is a reply to message #126552] |
Tue, 05 July 2005 10:56 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
It could be an ORA-06502:
Quote: |
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.
|
hth
|
|
|
|