Convert Linestring WKT to sdo_geometry, Oracle return a ORA-29532
Hi,
When i do the following query,
select
sdo_geometry(
'LINESTRING(149432.802228059 171811.184162546 149432.748890605 171811.26593016 149432.695553152 171811.347697775 149432.642215698 171811.429465389 149432.588878245 171811.511233004 149432.535540791 171811.593000618 149432.482203337 171811.674768232 149432.428865884 171811.756535847 149432.37552843 171811.838303461 149432.268853523 171812.00183869 )'
, NULL)
from dual;
oracle return the following exception
ORA-29532:Java call terminated by uncaught Java Exception: java.lang.Runtimeexception : -2
Can you help me, please ?
When i do the following query,
select
sdo_geometry(
'LINESTRING(149432.802228059 171811.184162546 149432.748890605 171811.26593016 149432.695553152 171811.347697775 149432.642215698 171811.429465389 149432.588878245 171811.511233004 149432.535540791 171811.593000618 149432.482203337 171811.674768232 149432.428865884 171811.756535847 149432.37552843 171811.838303461 149432.268853523 171812.00183869 )'
, NULL)
from dual;
oracle return the following exception
ORA-29532:Java call terminated by uncaught Java Exception: java.lang.Runtimeexception : -2
Can you help me, please ?
0