ORA-01722: invalid number desde jdeveloper
921249Mar 1 2012 — edited Mar 4 2012Hi!
Because when I call a procedure that executes the following statement:
update in September TABLE_TRANSFORM_COORDINATES GEOMETRY = SDO_CS.TRANSFORM (SDO_CS.TRANSFORM (MDSYS.SDO_GEOMETRY (2001, 3785, MDSYS.SDO_POINT_TYPE (NVL (REPLACE (-6843865.7686422905, '.', ','), 0), NVL (REPLACE (-4451692.522474714 , '.', ','), 0), NULL), NULL, NULL), 4055), 8307);
I get the following error:
java.sql.SQLSyntaxErrorException ORA-01722: invalid number
But if I run it from the SQLDeveloper this does not happen??
help please!