5.239 DBA_COMPARISON_SCAN
DBA_COMPARISON_SCAN displays information about all comparison scans in the database.
               
Related View
USER_COMPARISON_SCAN displays information about the comparison scans owned by the current user. This view does not display the OWNER column.
                  
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the comparison scan | 
| 
 | 
 | 
 | Name of the comparison scan | 
| 
 | 
 | 
 | Scan ID | 
| 
 | 
 | 
 | Scan ID of the immediate parent scan | 
| 
 | 
 | 
 | Scan ID of the root (top-most) parent | 
| 
 | 
 | 
 | Status of the scan: 
 | 
| 
 | 
 | 
 | Current cumulative (including children) diff count of the scan | 
| 
 | 
 | 
 | Initial cumulative (including children) diff count of the scan | 
| 
 | 
 | 
 | Number of rows in the scan | 
| 
 | 
 | 
 | Indicates whether NULLs are part of this scan ( | 
| 
 | 
 | 
 | Time that this row was last updated | 
See Also: