3.80 ALL_SQLSET
ALL_SQLSET displays information about all SQL tuning sets accessible to the current user.
               
Related Views
- 
                        DBA_SQLSETdisplays information about all SQL tuning sets in the database.
- 
                        USER_SQLSETdisplays information about the SQL tuning sets owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Name of the SQL tuning set | 
| 
 | 
 | 
 | SQL tuning set identifier | 
| 
 | 
 | 
 | The database ID of the PDB | 
| 
 | 
 | 
 | Owner of the SQL tuning set | 
| 
 | 
 | 
 | Description of the SQL tuning set | 
| 
 | 
 | 
 | Date the SQL tuning set was created | 
| 
 | 
 | 
 | Date the SQL tuning set was last modified | 
| 
 | 
 | 
 | Number of statements in the SQL tuning set | 
See Also: