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


VIEW: SYS.ALL_REPCONFLICT

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

All conflicts with available resolutions for user's replicated tables

[View Source]

Columns
Name Datatype Length Mandatory Comments
SNAME VARCHAR2 (128) Yes Owner of replicated object
ONAME VARCHAR2 (128) Yes Name of the replicated object
CONFLICT_TYPE VARCHAR2 (10)
Type of conflict
REFERENCE_NAME VARCHAR2 (128) Yes Table name, unique constraint name, or column group name
Query Text

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


SELECT SNAME
,      ONAME
,      CONFLICT_TYPE
,      REFERENCE_NAME
FROM SYS.ALL_REPCONFLICT;

Dependencies

[top of page]

SYS.ALL_REPCONFLICT references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableUSER$
SchemaSYSTEM
TableREPCAT$_CONFLICT
SYS.ALL_REPCONFLICT is referenced by following:

SchemaPUBLIC
SynonymALL_REPCONFLICT
SchemaSYS
View_ALL_REPCONFLICT