15.63 SEM_APIS.DROP_MATERIALIZED_VIEW

Format

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

Description

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

Parameters

mv_name

Name of the materialized view to drop.

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 more information, see RDF Support for Materialized Join Views.

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

Examples

The following example drops the materialized view MVX.

EXECUTE SEM_APIS.DROP_MATERIALIZED_VIEW('MVX');