Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ARC_DENSIFY brings ORA-13292

415914Feb 16 2005 — edited Feb 18 2005
Hi,

When I use the SDO_GEOM.SDO_ARC_DENSIFY function I get an ORA 13292.

Anyone an Idea

I did:

create table uma_arc (geom mdsys.sdo_geometry);

insert into uma_arc values (SDO_GEOMETRY(2003,null,null,SDO_ELEM_INFO_ARRAY(1,1003,2),SDO_ORDINATE_ARRAY(3547316.63,5554665.63,3547016.63,5554365.63,3547316.63,5554065.63,3547616.63,5554365.63,3547316.63,5554665.63)))

SELECT SDO_GEOM.SDO_ARC_DENSIFY(a.GEOM,0.005,'arc_tolerance=0.005') FROM uma_arc a

ERROR at line 1:
ORA-13292: incorrect ARC_TOLERANCE specification
ORA-06512: at "MDSYS.SDO_3GL", line 1219
ORA-06512: at "MDSYS.SDO_GEOM", line 4079
ORA-06512: at "MDSYS.SDO_GEOM", line 4097
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2005
Added on Feb 16 2005
9 comments
691 views