Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
DBA_ADVISOR_SQLW_PARAMETERS
displays all workload parameters and their current values in the database.
USER_ADVISOR_SQLW_PARAMETERS
displays the workload parameters and their current values owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the task or workload object | |
WORKLOAD_ID |
NUMBER |
NOT NULL |
Unique identifier number of the workload object |
WORKLOAD_NAME |
VARCHAR2(30) |
Name of the workload object | |
PARAMETER_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the parameter |
PARAMETER_VALUE |
VARCHAR2(4000) |
NOT NULL |
Value of the parameter. Numeric parameter values are converted to a string equivalent.
Possible keywords as values:
|
PARAMETER_TYPE |
VARCHAR2(10) |
Datatype of the parameter:
|
See Also:
"USER_ADVISOR_SQLW_PARAMETERS"