3.21 ALL_ANALYTIC_VIEW_FACT_COLS
ALL_ANALYTIC_VIEW_FACT_COLS
describes the fact columns specified in analytic views that are accessible to the current user.
Related Views
-
DBA_ANALYTIC_VIEW_FACT_COLS
describes the fact columns of all analytic views in the database. -
USER_ANALYTIC_VIEW_FACT_COLS
describes the fact columns specified in analytic views that are 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:
|
Note:
This view is available starting with Oracle Database 21c.
See Also: