New answers tagged oracle-spatial
0
Without seeing your FME Workbench, it's hard to know exactly how to solve your problem. Considering you have tried to filter out the data already, I can think of a few options that might help you:
If you have multiple feature types that you are reading, there is an option in the Workspace Parameters called "Ignore Failed Readers". From the help file:
...
0
There is the big difference between SDO_GEOM.RELATE and SDO_RELATE.
The first argument of SDO_RELATE specifies a geometry column in a table. So, at least one geometry object must be located in a table. It is the limitation. On the other hand SDO_RELATE can use the spatial index, so it works fast.
SDO_GEOM.RELATE doesn’t care about the geometry location.
...
Top 50 recent answers are included