| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
DBA_SQLTUNE_BINDS displays the bind values associated with all tuned SQL statements in the database.
Related View
USER_SQLTUNE_BINDS displays the bind values associated with the tuned SQL statements owned by the current user.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
TASK_ID | 
NUMBER(38) | 
NOT NULL | 
Tuning task identifier | 
OBJECT_ID | 
NUMBER(38) | 
NOT NULL | 
Advisor framework object identifier | 
POSITION | 
NUMBER(38) | 
NOT NULL | 
Bind position | 
VALUE | 
ANYDATA | 
Bind value | 
See Also:
"USER_SQLTUNE_BINDS"