[Home] [Help]
[Dependency Information]
| Object Name: | DBA_REPCONFLICT |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All conflicts for which users have specified resolutions in the database
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SNAME
, ONAME
, CONFLICT_TYPE
, REFERENCE_NAME
FROM SYS.DBA_REPCONFLICT;
SYSTEM
REPCAT$_CONFLICT
PUBLIC
DBA_REPCONFLICT
|
|
|
|