[Home] [Help]
[Dependency Information]
| Object Name: | DBA_CUBE_ATTRIBUTES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
OLAP Attributes in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of OLAP Attribute |
| DIMENSION_NAME | VARCHAR2 | (128) | Yes | Name of owning Cube Dimension of the OLAP Attribute |
| ATTRIBUTE_NAME | VARCHAR2 | (128) | Yes | Name of OLAP Attribute |
| ATTRIBUTE_ID | NUMBER | Yes | Dictionary Id of OLAP Attribute | |
| TARGET_DIMENSION_NAME | VARCHAR2 | (128) | Name of Target Dimension of the OLAP Attribute | |
| ATTRIBUTE_ROLE | VARCHAR2 | (17) | Special role this attribute plays (e.g. ShortDescription), or null if none | |
| DESCRIPTION | NVARCHAR2 | (600) | Long Description of the OLAP Attribute | |
| ATTRIBUTE_GROUP_NAME | VARCHAR2 | (200) | Name of attribute group of the OLAP Attribute | |
| DATA_TYPE | VARCHAR2 | (106) | Data Type of the OLAP Attribute | |
| DATA_LENGTH | NUMBER | Yes | Data Length of the OLAP Attribute | |
| DATA_PRECISION | NUMBER | Data Precision of the OLAP Attribute | ||
| DATA_SCALE | NUMBER | Data Scale of the OLAP Attribute | ||
| CREATE_INDEX | VARCHAR2 | (3) | Create_Index flag of the OLAP Attribute | |
| IS_MULTI_LINGUAL | VARCHAR2 | (3) | Is MultiLingual flag of the OLAP Attribute |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, DIMENSION_NAME
, ATTRIBUTE_NAME
, ATTRIBUTE_ID
, TARGET_DIMENSION_NAME
, ATTRIBUTE_ROLE
, DESCRIPTION
, ATTRIBUTE_GROUP_NAME
, DATA_TYPE
, DATA_LENGTH
, DATA_PRECISION
, DATA_SCALE
, CREATE_INDEX
, IS_MULTI_LINGUAL
FROM SYS.DBA_CUBE_ATTRIBUTES;
SYS
NLS_SESSION_PARAMETERS
OBJ$
OLAP_ATTRIBUTES$
OLAP_DESCRIPTIONS$
OLAP_IMPL_OPTIONS$
USER$
PUBLIC
DBA_CUBE_ATTRIBUTES
|
|
|
|