REMOVE DUPLICATE VERTICES
154127Apr 5 2004 — edited Apr 7 2004I am having a problem with my statement in removing the
duplicate vertices.
When I run the validate I get the following:
13356 [Element <1>] [Coordinate <1>]
The statement I wrote to correct this is:
Update glake set geom = SDO_UTIL.REMOVE_DUPLICATE_VERTICES ( geom, 0.005);
Any solutions?