Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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 relevant only if you are using Oracle 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 Oracle Replication views.

See Also:

Oracle9i Replication Management API Reference 

Table 2-1  Oracle Replication Data Dictionary Views

ALL_, DBA_, USER_ views: 

ALL_REPAUDIT_ATTRIBUTE 

DBA_REPAUDIT_ATTRIBUTE 

USER_REPAUDIT_ATTRIBUTE 

ALL_REPAUDIT_COLUMN 

DBA_REPAUDIT_COLUMN 

USER_REPAUDIT_COLUMN 

ALL_REPCAT 

DBA_REPCAT 

USER_REPCAT 

 

DBA_REPCAT_EXCEPTIONS 

 

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_REPCATLOG 

DBA_REPCATLOG 

USER_REPCATLOG 

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 

 

DBA_REPEXTENSIONS 

 

ALL_REPFLAVOR_COLUMNS 

DBA_REPFLAVOR_COLUMNS 

USER_REPFLAVOR_COLUMNS 

ALL_REPFLAVOR_OBJECTS 

DBA_REPFLAVOR_OBJECTS 

USER_REPFLAVOR_OBJECTS 

ALL_REPFLAVORS 

DBA_REPFLAVORS 

USER_REPFLAVORS 

ALL_REPGENERATED 

DBA_REPGENERATED 

USER_REPGENERATED 

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_REPSCHEMA 

DBA_REPSCHEMA 

USER_REPSCHEMA 

ALL_REPSITES 

DBA_REPSITES 

USER_REPSITES 

 

DBA_REPSITES_NEW 

 

Additional views: 

 

 

DEFCALL 

DEFERROR 

DEFTRAN 

DEFCALLDEST 

DEFLOB 

DEFTRANDEST 

DEFDEFAULTDEST 

DEFPROPAGATOR 

 

DEFERRCOUNT 

DEFSCHEDULE 

 

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

Press the "Next" button to go to the first static data dictionary view.


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback