15.130 SEM_APIS.REFRESH_NETWORK_INDEX_INFO

Format

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

Description

Refreshes the information about RDF network indexes.

Parameters

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

This procedure updates the information in the SEM_NETWORK_INDEX_INFO view, which is described in SEM_NETWORK_INDEX_INFO View.

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

Examples

The following example refreshes the information about RDF network indexes.

EXECUTE sem_apis.refresh_network_index_info;