Validate geometry
911831Aug 19 2012 — edited Aug 21 2012Hi,
According to the white paper about Spatial best practices :
"Spatial data *must be valid to ensure correct results when you perform spatial analysis.* If an SDO_GEOMETRY column is spatially indexed, Oracle will perform some validity checks when spatial data is inserted into the column. But complete validation only occurs by running either the SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT or SDO_GEOM.VALIDATE_LAYER_WITH_CONTEXT procedure."
it's sounds that VALIDATE_GEOMETRY_WITH_CONTEXT is mandatory only for spatial analysis purpose.
My question is, if for a spatial table I never perform spatial analysis, is it mandatory to run VALIDATE_GEOMETRY_WITH_CONTEXT on that table ? I will use this table to feed a WMS service, so what will be the impact of invalid geometries on the WMS service ?
Thanks
Charles