15.58 SEM_APIS.DISABLE_INMEMORY_FOR_RDF_GRAPH

Format

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

Description

Disables in-memory population of RDF data for a graph in an RDF network.

Parameters

rdf_graph_name

Name of the RDF graph.

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 disbles in-memory population of RDF data for graph M1 in the RDF network named NET1 owned by RDFUSER.

EXECUTE SEM_APIS.DISABLE_INMEMORY_FOR_RDF_GRAPH('M1', network_owner=>'RDFUSER', network_name=>'NET1');