15.85 SEM_APIS.ENABLE_INMEMORY_FOR_INF_GRAPH

Format

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

Description

Enables in-memory population of RDF data for an inferred graph in an RDF network.

Parameters

inferred_graph_name

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

EXECUTE SEM_APIS.ENABLE_INMEMORY_FOR_INF_GRAPH('RIDX1', network_owner=>'RDFUSER', network_name=>'NET1');