Oracle9i OLAP User's Guide Release 2 (9.2.0.2) Part Number A95295-02 |
|
|
View PDF |
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.
CREATE_DESCRIPTOR_TYPE ( descriptor_type IN VARCHAR2);
Parameter | Description |
---|---|
|
Name of the descriptor type. Examples might be |
Exception | Description |
---|---|
|
A descriptor type with this name already exists. |
|
Entity type is not one of the supported types. |