15.65 SEM_APIS.DROP_NETWORK_INDEX

Format

SEM_APIS.DROP_NETWORK_INDEX(
     index_code    IN VARCHAR2,
     options       IN VARCHAR2 DEFAULT NULL,
     network_owner IN VARCHAR2 DEFAULT NULL,
     network_name  IN VARCHAR2 DEFAULT NULL);

Description

Drops an RDF network index on the RDF graphs and inferred graphs of the RDF network.

Parameters

index_code

Index code string. Must match the index_code value that was specified in an earlier call to the SEM_APIS.ADD_SEM_INDEX procedure.

options

(Reserved for future use.)

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 an explanation of RDF network indexes, see Using Semantic Network Indexes.

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

Examples

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

EXECUTE SEM_APIS.DROP_NETWORK_INDEX('pscm');