3.42 ALL_ANALYTIC_VIEW_FCT_COLS_AE
ALL_ANALYTIC_VIEW_FCT_COLS_AE
describes the fact columns of the analytic views (across all editions) accessible to the current user.
Related Views
-
DBA_ANALYTIC_VIEW_FCT_COLS_AE
describes the fact columns of all analytic views (across all editions) in the database. -
USER_ANALYTIC_VIEW_FCT_COLS_AE
describes the fact columns of the analytic views (across all editions) owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
NOT NULL |
Owner of the analytic view |
|
|
NOT NULL |
Name of the analytic view |
|
|
|
Alias of the fact table in the analytic view |
|
|
NOT NULL |
Name of the column |
|
|
NOT NULL |
Alias of the column. Use this value as the identifier for the fact column in a query. |
|
|
NOT NULL |
Order of the column in the fact table |
|
|
|
The ID of the container where the data originates. Possible values include:
|
|
|
Name of the application edition where the analytic view is defined |
See Also: