4.82 ALL_SQLSET_BINDS
ALL_SQLSET_BINDS displays the bind values associated with all SQL tuning sets accessible to the current user.
               
Related Views
- 
                        DBA_SQLSET_BINDSdisplays the bind values associated with all SQL tuning sets in the database.
- 
                        USER_SQLSET_BINDSdisplays the bind values associated with the SQL tuning sets owned by the current user. This view does not display theSQLSET_OWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Name of the SQL tuning set for the statement | 
| 
 | 
 | 
 | User name of the SQL tuning set owner | 
| 
 | 
 | 
 | ID of the SQL tuning set for the statement | 
| 
 | 
 | 
 | The database ID of the PDB | 
| 
 | 
 | 
 | SQL identifier of the parent cursor in the library cache | 
| 
 | 
 | 
 | The signature used when the  | 
| 
 | 
 | 
 | Numerical representation of the SQL plan for the cursor. Comparing one  | 
| 
 | 
 | 
 | Bind position | 
| 
 | 
 | 
 | Bind value. This column is  | 
| 
 | 
 | 
 | Binds captured | 
| 
 | 
 | 
 | SQL sequence | 
See Also: