[Home] [Help]
[Dependency Information]
| Object Name: | USER_REPRESOLUTION_METHOD |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All conflict resolution methods accessible to the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONFLICT_TYPE | VARCHAR2 | (10) | Type of conflict | |
| METHOD_NAME | VARCHAR2 | (80) | Yes | Name of the conflict resolution method |
Cut, paste (and edit) the following text to query this object:
SELECT CONFLICT_TYPE
, METHOD_NAME
FROM SYS.USER_REPRESOLUTION_METHOD;
SYSTEM
REPCAT$_RESOLUTION_METHOD
PUBLIC
USER_REPRESOLUTION_METHOD
|
|
|
|