repconflict.sql

---------------------------------------------------------------------------
-- Filename:    repconflict.sql
-- Purpose:     Lists all defined conflict resolution methods.
-- Author:      Chas. Dye (cdye@excitecorp.com)
-- Date:        27-May-1998
---------------------------------------------------------------------------
column sname            heading "Schema|Name"           format a10
column oname            heading "Table|Name"            format a25
column conflict_type    heading "Conf|Type"             format a10
column reference_name   heading "Reference|Name"        format a30

SELECT  sname, oname, conflict_type, reference_name
FROM    dba_repconflict
ORDER BY sname, oname
/

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.