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.

Parameters

network

Name of the network.

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');