Locating Control Files; Using Rollback Segments; Using The Data Dictionary - Oracle ORACLE9I B10508-01 Installation Manual

Oracle audio technologies computer accessories user manual
Hide thumbs Also See for ORACLE9I B10508-01:
Table of Contents

Advertisement

Starter Database Contents

Locating Control Files

The starter database contains three control files
ora_root:[oradata.<db_name>] directory
control02.ctl, and control03.ctl are automatically included in the Custom
database
(on separate physical drives) for each database and set the CONTROL_FILES
initialization parameter to list each control file
control files.
Table 5–4 Database Control Files
Control Files
control01.ctl
control02.ctl
control03.ctl

Using Rollback Segments

Rollback segments record the old values of data that are changed by each
transaction, whether or not the transaction has been committed. Every database
contains one or more rollback segments. Use rollback segments to provide read
consistency, to roll back transactions, and to recover the database. The rollback
segments of the starter database are as follows:

Using the Data Dictionary

The data dictionary is a protected collection of tables and views containing
reference information on the database, its structure, and its users
stored in the dictionary includes the following:
5-26 Oracle9i Installation Guide Release 2 (9.2.0.2) for HP Alpha OpenVMS
.
Oracle Corporation recommends that you keep at least three control files
Oracle9i Database Administrator's Guide for more
See Also:
information on setting this initialization parameter value.
Rollback segment SYSTEM is contained in tablespace SYS and is used by SYS.
Rollback segments _SYSSMU1$ through _SYSSMU10$ are a pool of rollback
segments that any instance can use if it requires a rollback segment. They are
contained in tablespace UNDOTBS<n> and are used by PUBLIC.
.
Description
A control file is an administrative file
control file to start and run the database
records the physical structure of the database
control file contains the database name, and the names and
locations of the database data files and redo log files.
.
These files are located in the
.
The files control01.ctl,
Table 5–4
describes the database
.
Oracle9i requires a
.
The control file
.
.
The data that is
For example, a

Advertisement

Table of Contents
loading

Table of Contents