15.114 SEM_APIS.GRANT_NETWORK_SHARING_PRIVS

Format

SEM_APIS.GRANT_NETWORK_SHARING_PRIVS(
     network_owner  IN VARCHAR2, 
     options        IN VARCHAR2 default NULL);

Description

Note:

You can skip the GRANT_NETWORK_SHARING_PRIVS procedure if your Oracle Database version is 23.4.

Grants to a database user the privileges required for sharing, with other database users, any schema-private networks owned (currently or in the future) by the database user.

Parameters

network_owner

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

options

(Reserved for future use)

Usage Notes

You must have DBA privileges to call this procedure.

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

Examples

The following example grants to database user scott the privileges for sharing any schema-private networks that this user owns or will own.

EXECUTE SEM_APIS.GRANT_NETWORK_SHARING_PRIVS('scott');