15.131 SEM_APIS.REFRESH_SEM_NETWORK_INDEX_INFO

Format

SEM_APIS.REFRESH_SEM_NETWORK_INDEX_INFO(
     options       IN VARCHAR2 DEFAULT NULL,
     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.REFRESH_NETWORK_INDEX_INFO subprogram instead.

Description

Refreshes the information about semantic network indexes.

Parameters

options

(Reserved for future use)

network_owner

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

network_name

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

Examples

The following example refreshes the information about semantic network indexes.

EXECUTE sem_apis.refresh_sem_network_index_info;