6.222 DBA_OPTSTAT_OPERATIONS
DBA_OPTSTAT_OPERATIONS contains a history of statistics operations performed at the schema and database level using the DBMS_STATS package.
               
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Internal ID of the statistics operation | 
| 
 | 
 | 
 | Operation name | 
| 
 | 
 | 
 | Target on which the operation was performed | 
| 
 | 
 | 
 | Time at which the operation started | 
| 
 | 
 | 
 | Time at which the operation ended | 
| 
 | 
 | 
 | Current operation status. Possible values are: 
 | 
| 
 | 
 | 
 | Name of the scheduler job that executes this operation (for example, a user scheduled statistics gathering job) | 
| 
 | 
 | 
 | ID of the session in which this operation is invoked | 
| 
 | 
 | 
 | Notes about the operation, such as a failure message for operations with status FAILED | 
See Also:
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_STATSpackage
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_REPAIR.ADMIN_TABLESprocedure
- 
                           Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_REPAIR.DUMP_ORPHAN_KEYSprocedure