6.135 DBA_WORKLOAD_SQL_MAP
DBA_WORKLOAD_SQL_MAP contains the mapping information for skipping or replacing a SQL statement based on its sql_id during workload replay.
               
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | A foreign key to the ID column in the DBA_WORKLOAD_REPLAYs view | 
| 
 | 
 | 
 | The ID of a capture in the schedule | 
| 
 | 
 | 
 | SQL identifier of the SQL statement at the time of capture | 
| 
 | 
 | 
 | 
 | 
| 
 | 
 | 
 | Internal representation of  | 
| 
 | 
 | 
 | When the value in the  When the value in the  | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).