15.88 SEM_APIS.ENABLE_NETWORK_SHARING
Format
SEM_APIS.ENABLE_NETWORK_SHARING( network_owner IN VARCHAR2, network_name IN VARCHAR2, options IN VARCHAR2 DEFAULT NULL);
Description
Enables sharing of an RDF network.
Parameters
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.ENABLE_NETWORK_SHARING('scott', 'mynetwork');
Parent topic: SEM_APIS Package Subprograms