7.12 SDO_NFE.DROP_MODEL_UNDERLYING_NETWORK

Format

SDO_NFE.DROP_MODEL_UNDERLYING_NETWORK
     network_name  IN VARCHAR2);

Description

Drops a network and removes its relationship with any NFE model.

Parameters

network_name

Name of the network.

Usage Notes

The network must be bound to at least one NFE model..

Examples

The following example drops the network named PIPES and removes its relationship with any existing NFE model.

EXECUTE SDO_NFE.DROP_MODEL_UNDERLYING_NETWORK('PIPES');