Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

DROP_DESCRIPTOR_TYPE Procedure

This procedure drops a descriptor type.

A descriptor type serves as a domain for descriptors, which describe OLAP metadata entities. The descriptor type also specifies the metadata entities to which its descriptors may apply.

This procedure is granted only to DBA.

Syntax

DROP_DESCRIPTOR_TYPE (
      descriptor_type          IN   VARCHAR2);

Parameters

Table 28-17  DROP_DESCRIPTOR_TYPE Procedure Parameters
Parameter Description

descriptor_type

Name of the descriptor type.

Exceptions

Table 28-18  DROP_DESCRIPTOR_TYPE Procedure Exceptions
Exception Description

descriptor_type_not_found

Descriptor type not found.