15.2 SEM_APIS.ADD_NETWORK_INDEX

Format

SEM_APIS.ADD_NETWORK_INDEX(
    index_code          IN VARCHAR2,
    tablespace_name     IN VARCHAR2 DEFAULT NULL,
    compression_length  IN NUMBER(38) DEFAULT NULL,
    options             IN VARCHAR2 DEFAULT NULL,
    network_owner       IN VARCHAR2 DEFAULT NULL,
    network_name        IN VARCHAR2 DEFAULT NULL);

Description

Creates an RDF network index that results in creation of a non-unique B-tree index in UNUSABLE status for each of the existing RDF graphs and inferred RDF graphs of the RDF network.

Parameters

index_code

Index code string.

tablespace_name

Destination tablespace for the index.

compression_length

options

network_owner

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

network_name

Name of the RDF network. (See Table 1-2.)

Usage Notes

You must have DBA privileges to call this procedure.

For an explanation of RDF network indexes, see Using RDF Network Indexes.

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

Examples

The following example creates an RDF network index with the index code string CSPGM on the RDF graphs and inferred RDF graphs of the RDF network.

EXECUTE SEM_APIS.ADD_NETWORK_INDEX('CSPGM');