confstats.sql

-----------------------------------------------------------------------------
-- Filename:    confstats.sql
-- Purpose:     Lists conflicts for which statistics are being gathered.
-- Author:      Chas. Dye (cdye@excitecorp.com)
-- Date:        11-Jun-1998
--
-- Modification History
-- -------------------
-- 11-Jun-1998 : Chas. : Creation
---------------------------------------------------------------------------
col primary_key_value   form a10
col oname               form a25
col conflict_type       form a10
col method_name         form a20

SELECT  oname,
        created,
        status_update_date
FROM    dba_represol_stats_control
/

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.