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!

Problem with OFFSET_GEOM_SEGMENT

33450Sep 30 2005 — edited Sep 30 2005
I'm having a problem trying to use the LRS offset segment function. Possibly I'm mis-interpreting the docs since I keep getting an incorrect ARC_TOLERANCE specification with both 10.1.0.4.0 and 10.2.0.1.0. What am I missing?

SELECT SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT(
SDO_GEOMETRY(3302, 8307, NULL, SDO_ELEM_INFO_ARRAY(1,2,1),
SDO_ORDINATE_ARRAY(0,0,0, 1,1,1) ),.05) from dual;

TRUE

1 row selected.

SELECT SDO_LRS.OFFSET_GEOM_SEGMENT(
SDO_GEOMETRY(3302, 8307, NULL, SDO_ELEM_INFO_ARRAY(1,2,1),
SDO_ORDINATE_ARRAY(0,0,0, 1,1,1) ), 0, 1, -4, .05) FROM dual;

SELECT SDO_LRS.OFFSET_GEOM_SEGMENT(
*
ERROR at line 1:
ORA-13292: incorrect ARC_TOLERANCE specification
ORA-06512: at "MDSYS.SDO_LRS", line 6936
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 28 2005
Added on Sep 30 2005
4 comments
368 views