Quick Search:
 
 The Oracle PL/SQL ALL_REPRESOL_STATS_CONTROL Keyword      [Return To Index] Jump to:  

Term: ALL_REPRESOL_STATS_CONTROL

Definition:
In Oracle, the ALL_REPRESOL_STATS_CONTROL dictionary view maintains the statistics of conflict resolutions for the replicated tables, which can be accessed by the current user.

The structure of the view is shown below.

SNAME [VARCHAR2(30)] - Schema name containing the replicating group
ONAME [VARCHAR2(30)] - Replicated object group name
CREATED [DATE] - Date of creation of statistics
STATUS [VARCHAR2(9)] - Status of stats collection [ACTIVE | CANCELLED]
STATUS_UPDATE_DATE [DATE] - Last update date of statistics
PURGED_DATE [DATE] - Last purge date of statistics
LAST_PURGE_START_DATE [DATE] - The last start date of the statistics purging date range
LAST_PURGE_END_DATE [DATE] - The last end date of the statistics purging date range

 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org