6.24 SDO_NET.DELETE_DANGLING_NODES

Format

SDO_NET.DELETE_DANGLING_NODES(
     network IN VARCHAR2);

Description

Deletes nodes that are not referenced by any feature in any feature layer.

Parameters

network

Name of the network.

Usage Notes

To find the dangling nodes in a network, use the SDO_NET.GET_DANGLING_NODES function.

Examples

The following example deletes any dangling nodes in the GRID network.

EXECUTE sdo_net.delete_dangling_nodes('GRID');