Skip Headers

Oracle® Database Reference
10g Release 1 (10.1)

Part Number B10755-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

DBA_SQLSET

DBA_SQLSET displays information about all SQL tuning sets in the database.


Related View

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
ID NUMBER NOT NULL SQL tuning set identifier
NAME VARCHAR2(30) NOT NULL Name of the SQL tuning set
OWNER VARCHAR2(30)   Owner of the SQL tuning set
DESCRIPTION VARCHAR2(256)   Description of the SQL tuning set
CREATED DATE   Date of creation of the SQL tuning set
LAST_MODIFIED DATE   Date of the last modification of the SQL tuning set
STATEMENT_COUNT NUMBER   Number of statements in the SQL tuning set


See Also:

"USER_SQLSET"