7.24 SDO_NFE.SET_MODEL_UNDERLYING_NETWORK
Format
SDO_NFE.SET_MODEL_UNDERLYING_NETWORK( model_id IN SDO_NUMBER network_name IN VARCHAR2);
Description
Associates a network as the underlying network of an NFE model. (The model must have been created in the SDO_NFE.OVER_EXIST_NETWORK mode.)
Parameters
Usage Notes
See also the SDO_NFE.GET_MODEL_UNDERLYING_NETWORK function.
Examples
The following example ....
EXECUTE ... ;
Parent topic: SDO_NFE Package Subprograms