| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_SQLSET displays information about all SQL tuning sets accessible to the current user.
DBA_SQLSET displays information about all SQL tuning sets in the database.
USER_SQLSET displays information about the SQL tuning sets owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| NAME | VARCHAR2(30) | NOT NULL | Name of the SQL tuning set | 
| ID | NUMBER | NOT NULL | SQL tuning set identifier | 
| OWNER | VARCHAR2(30) | Owner of the SQL tuning set | |
| DESCRIPTION | VARCHAR2(256) | Description of the SQL tuning set | |
| CREATED | DATE | Date the SQL tuning set was created | |
| LAST_MODIFIED | DATE | Date the SQL tuning set was last modified | |
| STATEMENT_COUNT | NUMBER | Number of statements in the SQL tuning set |