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


VIEW: SYS.DBA_REPPARAMETER_COLUMN

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

All columns used for resolving conflicts in the database

[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
SEQUENCE_NO NUMBER
Yes Ordering on resolution
METHOD_NAME VARCHAR2 (80) Yes
FUNCTION_NAME VARCHAR2 (386) Yes
PRIORITY_GROUP VARCHAR2 (30)
PARAMETER_TABLE_NAME VARCHAR2 (128) Yes Name of the table to which the parameter column belongs
PARAMETER_COLUMN_NAME VARCHAR2 (4000)
Name of the parameter column used for resolving the conflict
PARAMETER_SEQUENCE_NO NUMBER
Yes Ordering on parameter column
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
,      PARAMETER_TABLE_NAME
,      PARAMETER_COLUMN_NAME
,      PARAMETER_SEQUENCE_NO
FROM SYS.DBA_REPPARAMETER_COLUMN;

Dependencies

[top of page]

SYS.DBA_REPPARAMETER_COLUMN references the following:

SchemaSYSTEM
TableREPCAT$_PARAMETER_COLUMN
TableREPCAT$_REPCOLUMN
TableREPCAT$_RESOLUTION
SYS.DBA_REPPARAMETER_COLUMN is referenced by following:

SchemaPUBLIC
SynonymDBA_REPPARAMETER_COLUMN
SchemaSYS
ViewALL_REPPARAMETER_COLUMN
Package BodyDBMS_REPCAT_MIGRATION - show dependent code
ViewUSER_REPPARAMETER_COLUMN