Oracle 视图 ALL_ANALYTIC_VIEWS_AE 官方解释,作用,如何使用详细说明
本站中文解释
Oracle ALL_ANALYTIC_VIEWS_AE视图包含所有可用于分析用于生成数据库和应用程序内核报告、数据库套件等信息的信息和视图。这些信息有助于数据库中提供的功能,以及应用程序交互(API)。使用此视图,可以访问所有Analytical Engine内核(AE)支持的视图和函数的细节描述,如字段的类型、入口点和架构字段。
要使用此视图,可以首先使用SELECT命令在Oracle数据库中检索分析引擎内核支持的视图和函数的细节描述,例如字段的类型、入口点和架构字段。之后,使用从ALL_ANALYTIC_VIEWS_AE视图获得的信息,可以执行复杂分析报表或与数据库交互执行相关任务。
官方英文解释
ALL_ANALYTIC_VIEWS_AE
describes the analytic views (across all editions) accessible to the current user.
Related Views
DBA_ANALYTIC_VIEWS_AE
describes all analytic views (across all editions) in the database.USER_ANALYTIC_VIEWS_AE
describes the analytic views (across all editions) 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 |
|
|
| Owner of the fact table or view on which the analytic view is defined |
|
|
| Name of the fact table or view on which the analytic view is defined |
|
| Alias of the fact table or view on which the analytic view is defined; the default is | |
IS_REMOTE | VARCHAR2(1) | Indicates whether the source is a remote table. The values are:
| |
|
| Default aggregation of the analytic view | |
DEFAULT_AGGR_GROUP_NAME |
|
| Always |
|
| Name of the default measure of the analytic view | |
|
| Compile status of the analytic view:
| |
DYN_ALL_CACHE | VARCHAR2(1) | The value of this column is always | |
QUERY_TRANSFORM_ENABLED | VARCHAR2(1) | Indicates whether query transformation is enabled for the analytic view ( | |
QUERY_TRANSFORM_RELY | VARCHAR2(1) | Indicates whether the | |
|
| The ID of the container where the data originates. Possible values include:
| |
|
| Name of the application edition where the analytic view is defined |
Note:
This view is available starting with Oracle Database release 21c, version 21.5.
See Also:
“DBA_ANALYTIC_VIEWS_AE”
“USER_ANALYTIC_VIEWS_AE”