SDO_NET.DROP_NETWORK
Format
SDO_NET.DROP_NETWORK(
network IN VARCHAR2);
Description
Drops (deletes) a network.
Parameters
network
Name of the network to be dropped.
Usage Notes
This procedure also deletes the node, link, and path tables associated with the network, and the network metadata for the network.
Examples
The following example drops the network named ROADS_NETWORK.
EXECUTE SDO_NET.DROP_NETWORK('ROADS_NETWORK');