Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Data Dictionary Views, 2 of 112


Replication Catalog Views

When you install replication capabilities at a site, Oracle installs the replication catalog, which consists of tables and views, at that site. As shown in Figure 9-1, the views are used by master and snapshot sites to determine such information as what objects are being replicated, where they are being replicated, and if any errors have occurred during replication.


Caution:

Do not modify the replication catalog tables directly. Instead, use the procedures provided in the DBMS_REPCAT package. 


Figure 9-1 Replication Catalog Views


Text description of rep81007.gif follows.

Text description of the illustration rep81007.gif.

Many data dictionary tables have three corresponding views:

The columns of the ALL_, DBA_, and USER_ views corresponding to a single data dictionary table are usually nearly identical. Therefore, these views are described in full only once in this chapter (for the ALL_ view). The views are listed without the full description for DBA_ and USER_ views, but differences are noted.

This section contains information about the replication catalog views listed in Table 9-1.

Table 9-1 Replication Catalog Views
ALL_ Views  DBA_ Views  USER_ Views 

ALL_REPCATLOG 

DBA_REPCATLOG 

USER_REPCATLOG 

ALL_REPCAT_REFRESH_TEMPLATES 

DBA_REPCAT_REFRESH_TEMPLATES 

USER_REPCAT_REFRESH_TEMPLATES 

ALL_REPCAT_TEMPLATE_OBJECTS 

DBA_REPCAT_TEMPLATE_OBJECTS 

USER_REPCAT_TEMPLATE_OBJECTS 

ALL_REPCAT_TEMPLATE_PARMS 

DBA_REPCAT_TEMPLATE_PARMS 

USER_REPCAT_TEMPLATE_PARMS 

ALL_REPCAT_TEMPLATE_SITES 

DBA_REPCAT_TEMPLATE_SITES 

USER_REPCAT_TEMPLATE_SITES 

ALL_REPCAT_USER_AUTHORIZATIONS 

DBA_REPCAT_USER_AUTHORIZATIONS 

USER_REPCAT_USER_AUTHORIZATIONS 

ALL_REPCAT_USER_PARM_VALUES 

DBA_REPCAT_USER_PARM_VALUES 

USER_REPCAT_USER_PARM_VALUES 

ALL_REPCOLUMN 

DBA_REPCOLUMN 

USER_REPCOLUMN 

ALL_REPCOLUMN_GROUP 

DBA_REPCOLUMN_GROUP 

USER_REPCOLUMN_GROUP 

ALL_REPCONFLICT 

DBA_REPCONFLICT 

USER_REPCONFLICT 

ALL_REPDDL 

DBA_REPDDL 

USER_REPDDL 

ALL_REPGENOBJECTS 

DBA_REPGENOBJECTS 

USER_REPGENOBJECTS 

ALL_REPGROUP 

DBA_REPGROUP 

USER_REPGROUP 

ALL_REPGROUP_PRIVILEGES 

DBA_REPGROUP_PRIVILEGES 

USER_REPGROUP_PRIVILEGES 

ALL_REPGROUPED_COLUMN 

DBA_REPGROUPED_COLUMN 

USER_REPGROUPED_COLUMN 

ALL_REPKEY_COLUMNS 

DBA_REPKEY_COLUMNS 

USER_REPKEY_COLUMNS 

ALL_REPOBJECT 

DBA_REPOBJECT 

USER_REPOBJECT 

ALL_REPPARAMETER_COLUMN 

DBA_REPPARAMETER_COLUMN 

USER_REPPARAMETER_COLUMN 

ALL_REPPRIORITY 

DBA_REPPRIORITY 

USER_REPPRIORITY 

ALL_REPPRIORITY_GROUP 

DBA_REPPRIORITY_GROUP 

USER_REPPRIORITY_GROUP 

ALL_REPPROP 

DBA_REPPROP 

USER_REPPROP 

ALL_REPRESOL_STATS_CONTROL 

DBA_REPRESOL_STATS_CONTROL 

USER_REPRESOL_STATS_CONTROL 

ALL_REPRESOLUTION 

DBA_REPRESOLUTION 

USER_REPRESOLUTION 

ALL_REPRESOLUTION_METHOD 

DBA_REPRESOLUTION_METHOD 

USER_REPRESOLUTION_METHOD 

ALL_REPRESOLUTION_STATISTICS 

DBA_REPRESOLUTION_STATISTICS 

USER_REPRESOLUTION_STATISTICS 

ALL_REPSITES 

DBA_REPSITES 

USER_REPSITES 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index