Skip to main content
Question

VALIDATE_GEOMETRY_WITH_CONTEXT in FME

  • June 25, 2013
  • 2 replies
  • 41 views

I want to use the SQLcreator with and SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT statement. Usualy (with a SQLdevelopper) this function need only two arguments:

 

<Geometry columns>, <Tolerance>

 

 

but in FME I need to add two string argument and I didn't found any information about thereof.

 

 

Does anybody have a clue or know where I could find the docs about SDO_geom functions in FME.

 

 

Thanks
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • June 26, 2013
Hi,

 

 

All functions in the SDO_GEOM schema in Oracle is passed straight through, FME does not enter into the quation.

 

 

Do you get an error message?

 

 

David

  • Author
  • June 26, 2013
It's working, I just forgot the <>'TRUE' at the end.