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 replicated tables which are accessible to the user

[View Source]

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

Internal ID for the type of conflict.
Query Text

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


SELECT SNAME
,      ONAME
,      CONFLICT_TYPE
,      REFERENCE_NAME
,      CONFLICT_TYPE_ID
FROM SYS._ALL_REPCONFLICT;

Dependencies

[top of page]

SYS._ALL_REPCONFLICT references the following:

SchemaSYS
ViewALL_REPCONFLICT
ViewALL_REPRESOLUTION
PL/SQL PackageUTL_RAW - show dependent code
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
View_ALL_REPPARAMETER_COLUMN

SYS._ALL_REPCONFLICT is not referenced by any database object