Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2)

Part Number A95295-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

CWM_CLASSIFY , 9 of 18


CREATE_DESCRIPTOR_TYPE Procedure

This procedure creates 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 only available to DBAs.

Syntax

CREATE_DESCRIPTOR_TYPE (
      descriptor_type          IN   VARCHAR2);

Parameters

Table 27-10 CREATE_DESCRIPTOR_TYPE Procedure Parameters
Parameter Description

descriptor_type

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

Exceptions

Table 27-11 CREATE_DESCRIPTOR_TYPE Procedure Exceptions
Exception Description

descriptor_type_already_exists

A descriptor type with this name already exists.

entity_type_not_allowed

Entity type is not one of the supported types.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2001, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback