7.118 DBA_WORKLOAD_CAPTURES
DBA_WORKLOAD_CAPTURES
displays all the workload captures that have been performed in the current database.
It also lists captures on which DBMS_WORKLOAD_CAPTURE.GET_CAPTURE_INFO()
or DBMS_WORKLOAD_REPLAY.GET_REPLAY_INFO()
have been called. Each row contains information about one workload capture.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Internal key for the workload capture |
|
|
|
Name for the workload capture |
|
|
|
ID of the database in which the workload was captured |
|
|
|
Name of the database in which the workload was captured |
|
|
|
Version of the database in which the workload was captured |
|
|
|
Indicates whether the database in which the workload was captured is an Oracle RAC database ( |
|
|
|
Name of the directory object for workload capture |
|
|
|
Current status of the workload capture:
|
|
|
|
Datetime when the capture began |
|
|
|
Datetime when the capture completed or failed; NULL if the capture is still in progress |
|
|
|
Duration of the workload capture (in seconds) |
|
|
|
Start SCN value for this capture |
|
|
|
End SCN value for this capture; NULL if the capture is still in progress |
|
|
|
Mode in which to apply workload capture filters:
|
|
|
|
Number of filters that were used for this capture |
|
|
|
Total size of workload capture |
|
|
|
Total amount of database time (in microseconds) that has been recorded in this workload capture |
|
|
|
Total amount of database time (in microseconds) across the entire database during the workload capture, including the part of the workload that was not captured. |
|
|
|
Total number of user calls that have been recorded in this workload capture |
|
|
|
Total number of user calls across the entire database during the workload capture, including the part of the workload that was not captured. |
|
|
|
Total number of user calls that will not be replayed in a subsequent replay of this workload capture |
|
|
|
Total size of workload capture for SQL executed from PL/SQL |
|
|
|
Total number of PL/SQL calls recorded in the workload capture |
|
|
|
Total number of calls recorded in the workload capture for SQL executed from PL/SQL |
|
|
|
Total amount of database time (in microseconds) from PL/SQL calls that have been recorded in the workload capture |
|
|
|
Total number of transactions that have been recorded in this workload capture |
|
|
|
Total number of transactions across the entire database during the workload capture, including the part of the workload that was not captured. |
|
|
|
Total number of session connects that have been recorded in this workload capture |
|
|
|
Total number of session connects across the entire database during the workload capture, including the part of the workload that was not captured |
|
|
|
Total number of errors that have been recorded in this workload capture |
|
|
|
Database ID of the AWR snapshots that correspond to this workload capture. For captures that were performed in the current database, this value is equal to the current database's DBID. For captures that were performed in other databases, this value will either be NULL or will be populated by |
|
|
|
Begin snapshot ID of the AWR snapshots that correspond to this workload capture |
|
|
|
End snapshot ID of the AWR snapshots that correspond to this workload capture |
|
|
|
Indicates whether the AWR snapshots that correspond to this workload capture have been exported using |
|
|
|
Error code for this workload capture |
|
|
|
Error message for this workload capture |
|
|
|
Full directory path for the workload capture directory object |
|
|
|
Indicates whether the workload capture directory is shared by all the instances of the recording database (applicable only for Oracle RAC databases) |
|
|
|
Database version in which this capture was preprocessed using |
|
|
|
User name of the SQL tuning set owner |
|
|
|
Name of the SQL tuning set for this workload capture |
|
|
|
Capture options for PL/SQL calls. Possible values:
|
|
|
|
Indicates the encryption standard used for the given capture:
|
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_WORKLOAD_CAPTURE
package -
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_WORKLOAD_REPLAY
package