DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_COMPARISON_ROW_DIF

Object Details
Object Name: CDB_COMPARISON_ROW_DIF
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Details about the differing rows in a comparison scan in all containers

[View Source]

Columns
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
LOCAL_ROWID ROWID (10)
Local rowid of differing row
REMOTE_ROWID ROWID (10)
Remote rowid of differing row
INDEX_VALUE VARCHAR2 (4000)
Index column value of differing row
STATUS VARCHAR2 (3)
Status of differing row: SUC or DIF
LAST_UPDATE_TIME TIMESTAMP(6) (11)
The time that this row was updated
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      COMPARISON_NAME
,      SCAN_ID
,      LOCAL_ROWID
,      REMOTE_ROWID
,      INDEX_VALUE
,      STATUS
,      LAST_UPDATE_TIME
,      CON_ID
FROM SYS.CDB_COMPARISON_ROW_DIF;

Dependencies

[top of page]

SYS.CDB_COMPARISON_ROW_DIF does not reference any database object

SYS.CDB_COMPARISON_ROW_DIF is referenced by following:

SchemaPUBLIC
SynonymCDB_COMPARISON_ROW_DIF