Home » SQL & PL/SQL » SQL & PL/SQL » Numeric Or Value Error
Numeric Or Value Error [message #37367] Sat, 02 February 2002 06:51 Go to next message
Pavan Kumar
Messages: 10
Registered: October 2000
Junior Member
Hi,
I have a strange problem. I am trying to load data into a table through a PL/SQL procedure. I get an error which says that Numeric Or Value Error - ORA06502- Precision Exceeds limit. But the values for the columns which have Number with precision are all zeroes. Can some one help me out ?

Thanks
Pavan
Re: Numeric Or Value Error [message #37368 is a reply to message #37367] Sat, 02 February 2002 07:22 Go to previous messageGo to next message
Suresh Vemulapalli
Messages: 624
Registered: August 2000
Senior Member
what is declared number variable or column length?
or

did you specify length or just declared as number?
Re: Numeric Or Value Error [message #37370 is a reply to message #37368] Sun, 03 February 2002 18:42 Go to previous messageGo to next message
Pavan Kumar
Messages: 10
Registered: October 2000
Junior Member
Hi,
Thanks for the response. It is a number variable and the column length is 8,2. I did mention the length in the code. So any further thoughts ?

Thanks
Pavan
Re: Numeric Or Value Error [message #37379 is a reply to message #37368] Mon, 04 February 2002 04:14 Go to previous messageGo to next message
Suresh Vemulapalli
Messages: 624
Registered: August 2000
Senior Member
you can insert only 6 digit number. check data if there are values with more than six digits.
Re: Numeric Or Value Error [message #37382 is a reply to message #37367] Mon, 04 February 2002 06:42 Go to previous message
ron
Messages: 50
Registered: July 1999
Member
Just declare as number, no length
Previous Topic: SQL*Plus Books for Beginners
Next Topic: Date Problem A Serious One
Goto Forum:
  


Current Time: Fri Apr 19 06:23:35 CDT 2024