Oracle® Database Reference 10g Release 1 (10.1) Part Number B10755-01 |
|
|
View PDF |
DBA_SQLSET_BINDS
displays the bind values associated with all SQL tuning sets in the database.
USER_SQLSET_BINDS
displays the bind values associated with the SQL tuning sets owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
SQLSET_ID |
NUMBER |
NOT NULL |
SQL tuning set identifier |
SQL_ID |
VARCHAR2(13) |
NOT NULL |
SQL identifier |
POSITION |
NUMBER |
NOT NULL |
Bind position |
VALUE |
ANYDATA |
Bind value |