[Home] [Help]
[Dependency Information]
| Object Name: | DBA_ENABLED_AGGREGATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Information about enabled on-demand statistic aggregation
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGGREGATION_TYPE | VARCHAR2 | (21) | Type of the aggregation (CLIENT_ID, SERVICE, etc.) | |
| PRIMARY_ID | VARCHAR2 | (64) | Primary qualifier (specific Client Identifier or Service name) | |
| QUALIFIER_ID1 | VARCHAR2 | (48) | Secondary qualifier (specific MODULE name) | |
| QUALIFIER_ID2 | VARCHAR2 | (32) | Additional qualifier (specific ACTION name) |
Cut, paste (and edit) the following text to query this object:
SELECT AGGREGATION_TYPE
, PRIMARY_ID
, QUALIFIER_ID1
, QUALIFIER_ID2
FROM SYS.DBA_ENABLED_AGGREGATIONS;
SYS
WRI$_AGGREGATION_ENABLED
PUBLIC
DBA_ENABLED_AGGREGATIONS
|
|
|
|