Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to next page

2
Static Data Dictionary Views

This chapter describes data dictionary tables and views. These tables and views are called static, because they change only when a change is made to the data dictionary (for example, when a new table is created or a user is granted new privileges). Oracle also maintains tables that monitor ongoing database activity. These "dynamic performance tables" are described in Chapter 3, "Dynamic Performance (V$) Views".

Data dictionary tables are not directly accessible, but you can access information in them through data dictionary views. To list the data dictionary views available to you, query the view DICTIONARY.

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, at their first occurrence alphabetically, and are listed without full descriptions at their other occurrences.

A number of data dictionary views are accessible only if you are using Oracle Advanced Replication. Table 2-1 lists these views. The first part of the table lists views for which there are ALL_, DBA_, and USER_ variations. The second part of the table lists additional Advanced Replication views.

See Also:

Oracle8i Replication Management API Reference  

Table 2-1 Oracle Advanced Replication Data Dictionary Views

ALL_, DBA_, 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_REPGENERATED 

DBA_REPGENERATED 

USER_REPGENERATED 

ALL_REPGENOBJECTS 

DBA_REPGENOBJECTS 

USER_REPGENOBJECTS 

ALL_REPGROUP 

DBA_REPGROUP 

USER_REPGROUP 

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 

DTA-REPPRIORITY 

USER_REPPRIORITY 

ALL_REPPRIORITY_GROUP 

DBA_REPPRIORITY_GROUP 

USER_REPPRIORITY_GROUP 

ALL_REPPROP 

DBA_REPPROP 

USER_REPPROP 

ALL_REPRESOLUTION 

DBA_REPRESOLUTION 

USER_REPRESOLUTION 

ALL_REPRESOLUTION_METHOD 

DBA_REPRESOLUTION_METHOD 

USER_REPRESOLUTION_METHOD 

ALL_REPRESOL_STATS_CONTROL 

DBA_REPRESOL_STATS_CONTROL 

USER_REPRESOL_STATS_CONTROL 

ALL_REPSITES 

DBA_REPSITES 

USER_REPSITES 

Additional views: 

 

 

DEFCALL 

DEFERROR 

DEFTRAN 

DEFCALLDEST 

DEWFLOB 

DEFTRANDEST 

DEFDEFAULTDEST 

DEFPROPAGATOR 

 

DEFERRCOUNT 

DEFSCHEDULE 

 

The remainder of this chapter lists the data dictionary views in alphabetical order.

Press the "Next" button to see the first data dictionary view.


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

All Rights Reserved.

Library

Product

Contents

Index