2.17 ALL_ANALYTIC_VIEW_COLUMNS
ALL_ANALYTIC_VIEW_COLUMNS
describes the columns of the analytic views accessible to the current user.
Related Views
-
DBA_ANALYTIC_VIEW_COLUMNS
describes the columns of all analytic view in the database. -
USER_ANALYTIC_VIEW_COLUMNS
describes the columns of analytic views owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the analytic view |
|
|
|
Name of the analytic view |
|
|
|
Alias of the analytic view dimension in the analytic view; for a measure the value is |
|
|
|
Alias of the analytic view hierarchy within |
|
|
|
Name of the column |
|
|
|
The role the attribute plays in the analytic view:
|
|
|
|
Datatype of the column |
|
|
|
Length of the column (in bytes) |
|
|
|
Decimal precision for the |
|
|
|
Number of digits to the right of the decimal point in a number |
|
|
|
Indicates whether a column allows |
|
|
|
Name of the character set:
|
|
|
|
Declaration length of the character type column |
|
|
|
Indicates that the column uses
BYTE length semantics (B) or CHAR length semantics (C), or whether the datatype is not any of the following (NULL ):
|
|
|
|
Order of the column, with the hierarchy columns first followed by measure columns. The columns for a hierarchy are grouped together, listed in their order in the |
|
|
|
The ID of the container where the data originates. Possible values include:
|
See Also: