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


VIEW: SYS._ALL_REPRESOLUTION

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

Description of all conflict 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
SEQUENCE_NO NUMBER

Ordering on resolution
METHOD_NAME VARCHAR2 (80)
Name of the conflict resolution method
FUNCTION_NAME VARCHAR2 (386)
Name of the resolution function
PRIORITY_GROUP VARCHAR2 (30)
Name of the priority group used in conflict resolution
RESOLUTION_COMMENT VARCHAR2 (80)
Description of the conflict resolution
CONFLICT_TYPE_ID NUMBER

Internal id for the conflict type.
Query Text

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


SELECT SNAME
,      ONAME
,      CONFLICT_TYPE
,      REFERENCE_NAME
,      SEQUENCE_NO
,      METHOD_NAME
,      FUNCTION_NAME
,      PRIORITY_GROUP
,      RESOLUTION_COMMENT
,      CONFLICT_TYPE_ID
FROM SYS._ALL_REPRESOLUTION;

Dependencies

[top of page]

SYS._ALL_REPRESOLUTION references the following:

SchemaSYS
ViewALL_REPRESOLUTION
PL/SQL PackageUTL_RAW - show dependent code
PL/SQL PackageXML_SCHEMA_NAME_PRESENT - show dependent code
View_ALL_REPCOLUMN_GROUP

SYS._ALL_REPRESOLUTION is not referenced by any database object