15.133 SEM_APIS.RENAME_INFERRED_GRAPH

Format

SEM_APIS.RENAME_INFERRED_GRAPH(
     old_name       IN VARCHAR2, 
     new_name       IN VARCHAR2,
     network_owner  IN VARCHAR2 DEFAULT NULL,
     network_name   IN VARCHAR2 DEFAULT NULL);

Description

Renames an inferred graph (rules index).

Parameters

old_name

Name of the existing inferred graph to be renamed.

new_name

New name for 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

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

Examples

The following example renames an inferred graph named OWLTST_IDX to MY_OWLTST_IDX.

EXECUTE sem_apis.rename_inferred_graph('owltst_idx', 'my_owltst_idx');