DBA_WORKLOAD_FILTERS
displays all the workload filters that have been defined in the current database. In Oracle Database 11g, only workload filters of type CAPTURE
are supported.
Column | Datatype | NULL | Description |
---|---|---|---|
TYPE |
VARCHAR2(30) |
Type of the workload filter | |
ID |
VARCHAR2(40) |
Sequence number of the workload filter | |
STATUS |
VARCHAR2(6) |
Status of the workload filter:
|
|
SET_NAME Foot 1 |
VARCHAR2(1000) |
Name of the filter set to which the filter belongs | |
NAME |
VARCHAR2(128) |
Name of the workload filter | |
ATTRIBUTE |
VARCHAR2(128) |
Name of the attribute on which the filter is defined | |
VALUE |
VARCHAR2(4000) |
Value of the attribute on which the filter is defined. Wildcards such as % and _ are supported if the attribute is of string type. |
Footnote 1 This column is available starting with Oracle Database 11g Release 2 (11.2.0.2).