Hi,
I don't know why is this statement giving me lots of trouble, I'm pretty sure the values on this field are fine. Any ideas?
UPDATE temp_dev
SET monto= to_char(monto, '9999999999999990.99');
COMMIT;
in fact, if I call this procedure from SQL Developer it works fine, but when I call this procedure from java it raises an exception...
Appreciate your help,
FHML