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

REMOVE_DESCRIPTOR_ENTITY_TYPE Procedure

This procedure removes a descriptor type from an entity type.

Syntax

REMOVE_DESCRIPTOR_ENTITY_TYPE (
          descriptor_type     IN   VARCHAR2,
          entity_type         IN   VARCHAR2);

Parameters

Table 28-23  REMOVE_DESCRIPTOR_ENTITY_TYPE Procedure Parameters
Parameter Description

descriptor_type

Name of the descriptor type. Examples might be dimension type, or attribute type.

entity_type

One of the following types of entities: DIMENSION, CUBE, MEASURE, LEVEL, ATTRIBUTE, HIERARCHY, PARAMETER

Exceptions

Table 28-24  REMOVE_DESCRIPTOR_ENTITY_TYPE Procedure Exceptions
Exception Description

entity_not_found

Entity not found.