15.84 SEM_APIS.ENABLE_INMEMORY_FOR_ENT

Format

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

Note:

This subprogram will be deprecated in a future release. It is recommended that you use the SEM_APIS.ENABLE_INMEMORY_FOR_INF_GRAPH subprogram instead.

Description

Enables in-memory population of RDF data for an entailment in a semantic network.

Parameters

entailment_name

Name of the entailment.

network_owner

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

network_name

Name of the semantic 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 semantic network types and options, see RDF Networks.

Examples

The following example enables in-memory population of RDF data for entailment RIDX1 in the semantic network named NET1 owned by RDFUSER.

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