Heloo,
I have a simple parcel polygon in oracle spatial 11.2.0.0. The WKT is:
POLYGON ((100.378750779898 -0.310282546668259, 100.378772459506 -0.310271543916926, 100.378838852504 -0.310235840196097, 100.378845732154 -0.310224416657996, 100.378844002915 -0.31020930373441, 100.37871739762 -0.309977750136478, 100.378616547328 -0.310045414011517, 100.378548060368 -0.309924611880424, 100.378750779898 -0.310282546668259))
When i validate geometry, oracle said it is TRUE. However, arcgis server with direct sde connection can't render it. There are some record have the same problem as this, since oracle always said it true but sde can read this geometry, it become difficult to find the problematic record. I have to use a another software to show all record first and try a manual search to the problematic feature. Any idea how to solve this?