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


TABLE: SYSTEM.REPCAT$_PARAMETER_COLUMN

Object Details
Object Name: REPCAT$_PARAMETER_COLUMN
Object Type: TABLE
Owner: SYSTEM
Subobject Name:
Status: VALID

All columns used for resolving conflicts in the database

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Primary Key: REPCAT$_PARAMETER_COLUMN_PK
  1. ColumnSNAME
  2. ColumnONAME
  3. ColumnCONFLICT_TYPE_ID
  4. ColumnREFERENCE_NAME
  5. ColumnSEQUENCE_NO
  6. ColumnPARAMETER_TABLE_NAME
  7. ColumnPARAMETER_SEQUENCE_NO
  8. ColumnCOLUMN_POS
Indexes
Index Type Uniqueness Tablespace Column
REPCAT$_PARAMETER_COLUMN_PK NORMAL UNIQUE TablespaceSYSTEM ColumnSNAME
ColumnONAME
ColumnCONFLICT_TYPE_ID
ColumnREFERENCE_NAME
ColumnSEQUENCE_NO
ColumnPARAMETER_TABLE_NAME
ColumnPARAMETER_SEQUENCE_NO
ColumnCOLUMN_POS
REPCAT$_PARAMETER_COLUMN_F1_I NORMAL NONUNIQUE TablespaceSYSTEM ColumnSNAME
ColumnONAME
ColumnCONFLICT_TYPE_ID
ColumnREFERENCE_NAME
ColumnSEQUENCE_NO
Foreign Keys
Table
Foreign Table Foreign Key Column
REPCAT$_PARAMETER_COLUMN REPCAT$_PARAMETER_COLUMN_F1 TableREPCAT$_RESOLUTION REPCAT$_PARAMETER_COLUMN SNAME
REPCAT$_PARAMETER_COLUMN ONAME
REPCAT$_PARAMETER_COLUMN CONFLICT_TYPE_ID
REPCAT$_PARAMETER_COLUMN REFERENCE_NAME
REPCAT$_PARAMETER_COLUMN SEQUENCE_NO
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_ID NUMBER
Yes Type of conflict
REFERENCE_NAME VARCHAR2 (128) Yes Table name, unique constraint name, or column group name
SEQUENCE_NO NUMBER
Yes Ordering on resolution
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
COLUMN_POS NUMBER
Yes Column position of an attribute or a column
ATTRIBUTE_SEQUENCE_NO NUMBER

Sequence number for an attribute of an ADT/pkREF column or a scalar column
Query Text

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


SELECT SNAME
,      ONAME
,      CONFLICT_TYPE_ID
,      REFERENCE_NAME
,      SEQUENCE_NO
,      PARAMETER_TABLE_NAME
,      PARAMETER_COLUMN_NAME
,      PARAMETER_SEQUENCE_NO
,      COLUMN_POS
,      ATTRIBUTE_SEQUENCE_NO
FROM SYSTEM.REPCAT$_PARAMETER_COLUMN;

Dependencies

[top of page]

SYSTEM.REPCAT$_PARAMETER_COLUMN does not reference any database object

SYSTEM.REPCAT$_PARAMETER_COLUMN is referenced by following:

SchemaSYS
ViewALL_REPPARAMETER_COLUMN
ViewDBA_REPPARAMETER_COLUMN
Package BodyDBMS_DEFERGEN_RESOLUTION - show dependent code
Package BodyDBMS_MAINT_GEN - show dependent code
Package BodyDBMS_OFFLINE_RGT_INTERNAL - show dependent code
Package BodyDBMS_REPCAT_CONF - show dependent code
Package BodyDBMS_REPCAT_MIG_INTERNAL - show dependent code
Package BodyDBMS_REPCAT_SNA_UTL - show dependent code
Package BodyDBMS_REPCAT_UTL - show dependent code
ViewUSER_REPPARAMETER_COLUMN
View_ALL_REPPARAMETER_COLUMN