15.129 SEM_APIS.REFRESH_MATERIALIZED_VIEW

Format

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

Description

Refreshes a materialized join view for an RDF graph stored in Oracle Database.

Parameters

mv_name

Name of the materialized view to refresh.

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

For more information, see RDF Support for Materialized Join Views.

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

Examples

The following example refreshes the materialized view MVX.

EXECUTE SEM_APIS.REFRESH_MV_BITMAP_INDEX('MVX');