[Home] [Help]
[Dependency Information]
| Object Name: | CDB_COMPARISON_SCAN_SUMMARY |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about a comparison scan in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (30) | Yes | Owner of comparison |
| COMPARISON_NAME | VARCHAR2 | (128) | Yes | Name of comparison |
| SCAN_ID | NUMBER | Yes | Scan id of scan | |
| PARENT_SCAN_ID | NUMBER | Immediate parent scan's scan id | ||
| ROOT_SCAN_ID | NUMBER | Scan_id of the root (top-most) parent | ||
| STATUS | VARCHAR2 | (16) | Status of scan: SUC, BUCKET DIF, FINAL BUCKET DIF, ROW DIF | |
| CURRENT_DIF_COUNT | NUMBER | Current cumulative (incl children) dif count of scan | ||
| INITIAL_DIF_COUNT | NUMBER | Initial cumulative (incl children) dif count of scan | ||
| COUNT_ROWS | NUMBER | Number of rows in the scan | ||
| SCAN_NULLS | VARCHAR2 | (1) | Whether NULLs are part of this scan | |
| LAST_UPDATE_TIME | TIMESTAMP(6) | (11) | The time that this row was updated | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, COMPARISON_NAME
, SCAN_ID
, PARENT_SCAN_ID
, ROOT_SCAN_ID
, STATUS
, CURRENT_DIF_COUNT
, INITIAL_DIF_COUNT
, COUNT_ROWS
, SCAN_NULLS
, LAST_UPDATE_TIME
, CON_ID
FROM SYS.CDB_COMPARISON_SCAN_SUMMARY;
SYS.CDB_COMPARISON_SCAN_SUMMARY does not reference any database object
SYS.CDB_COMPARISON_SCAN_SUMMARY is referenced by following:
PUBLIC
CDB_COMPARISON_SCAN_SUMMARY
|
|
|
|