15.54 SEM_APIS.DISABLE_INMEMORY

Format

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

Description

Disables in-memory population of RDF data in 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.)

Usage Notes

To use this procedure, you must have DBA privileges.

See the information in RDF Support for Oracle Database In-Memory.

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

Examples

The following example disables in-memory population of RDF data in the RDF network.

EXECUTE SEM_APIS.DISABLE_INMEMORY;