ALL_ANALYTIC_VIEW_CALC_MEAS
describes all of the calculated measures in the analytic views accessible to the current user.
Related Views
DBA_ANALYTIC_VIEW_CALC_MEAS
describes the calculated measures in all of the analytic views in the database.
USER_ANALYTIC_VIEW_CALC_MEAS
describes the calculated measures in the analytic views owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the analytic view |
|
|
|
Name of the analytic view |
|
|
Name of the analytic view calculated measure |
|
|
|
Text of the expression for the measure |
|
|
|
|
Order number of the calculated measure in the list of the measures in the analytic view |
|
|
The ID of the container where the data originates. Possible values include:
|
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: