6.23 SDO_NET.DELETE_DANGLING_LINKS
Format
SDO_NET.DELETE_DANGLING_LINKS(
network IN VARCHAR2);Description
Deletes links that are not referenced by any feature in any feature layer.
Usage Notes
To find the dangling links in a network, use the SDO_NET.GET_DANGLING_LINKS function.
Examples
The following example deletes any dangling links in the GRID network.
EXECUTE sdo_net.delete_dangling_links('GRID');Parent topic: SDO_NET Package Subprograms