5.273 DBA_FEATURE_USAGE_STATISTICS
DBA_FEATURE_USAGE_STATISTICS
displays information about database feature usage statistics.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Database identifier of the database being tracked |
|
|
|
Name of the feature |
|
|
|
Database version in which the feature was tracked |
|
|
|
Number of times the system has detected usage for the feature |
|
|
|
Number of times the system has woken up and checked for feature usage |
|
|
|
Indicates whether usage was detected the last time the system checked ( |
|
|
|
First sample time the system detected usage of the feature |
|
|
|
Last sample time the system detected usage of the feature |
|
|
|
This column stores feature-specific usage data in number format. |
|
|
|
This column stores feature-specific usage data in character format. |
|
|
|
The last time the system checked for usage |
|
|
|
Amount of time (in seconds) between the last two usage sample times |
|
|
|
Sample interval |
|
|
|
Description of the feature and usage detection logic |
Note:
Use the following SQL query to list the database features and their descriptions in alphabetical order:
SELECT name, description FROM dba_feature_usage_statistics ORDER BY name;