Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
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
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_CUBE_ATTRIBUTES

ALL_CUBE_ATTRIBUTES describes the attributes for the OLAP cube dimensions accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the cube dimension
DIMENSION_NAME VARCHAR2(30) NOT NULL Name of a cube dimension (such as TIME)
ATTRIBUTE_NAME VARCHAR2(30) NOT NULL Name of an attribute of the dimension (such as LONG_DESCRIPTION or END_DATE)
TARGET_DIMENSION_NAME VARCHAR2(30)   Name of the target dimension of the attribute
ATTRIBUTE_ROLE VARCHAR2(17)   Special role this attribute plays; NULL if none:
  • SHORT_DESCRIPTION

  • LONG_DESCRIPTION

  • DESCRIPTION

  • TIME_SPAN

  • END_DATE

DESCRIPTION NVARCHAR2(300)   Description of the attribute in the session language
DATA_TYPE VARCHAR2(106)   Data type of the attribute, (such as VARCHAR2 or FLOAT)
DATA_LENGTH NUMBER NOT NULL Length of a text data type
DATA_PRECISION NUMBER   Precision of a numeric data type
DATA_SCALE NUMBER   Scale of a numeric data type