15.59 SEM_APIS.DISABLE_NETWORK_SHARING

Format

SEM_APIS.DISABLE_NETWORK_SHARING(
     network_owner IN VARCHAR2,
     network_name  IN VARCHAR2,
     options       IN VARCHAR2 DEFAULT NULL);

Description

Disables sharing of an RDF network.

Parameters

network_owner

Owner of the RDF network. (See Table 1-2.)

network_name

Name of the RDF network. (See Table 1-2.)

options

(Reserved for future use)

Usage Notes

To use this procedure, you must have DBA privileges or be the owner of the specified network.

For information about RDF network types and options, see RDF Networks.

Examples

The following example enables sharing of the mynetwork schema-private network owned by database user scott.

EXECUTE SEM_APIS.DISABLE_NETWORK_SHARING('scott', 'mynetwork');