Tablespaces And Data Files - 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

The DB_NAME parameter and the DB_DOMAIN name parameter combine to
create the global database name value that is assigned to the SERVICE_NAMES
parameter in the init.ora file.
The System Identifier (SID) identifies a specific Oracle9i database instance
SID uniquely distinguishes a database from any other database on the same
computer
active Oracle databases on a single computer
and database name.
The SID name comes from the value entered for the SID prefix in the Database
Identification window
For example, if the SID and database name for an Oracle database are ORCL, each
database file is in the ora_root:[oradata.orcl] directory and the initialization
parameter file is in the ora_root:[admin.orcl.pfile] directory
directory is named after the DB_NAME parameter value.

Tablespaces and Data Files

An Oracle9i database is divided into smaller logical areas of space known as
tablespaces
files contain the contents of logical database structures such as tables and indexes
You can associate each data file with only one tablespace and database.
Table 5–2
ora_root:[oradata.<db_name>] directory.
Table 5–2 Tablespaces and Data Files
Tablespace
EXAMPLE
DRSYS
INDX
.
Multiple ORACLE_HOME directories enable you to have multiple,
.
The SID can be up to 8 alphanumeric characters in length
.
Each tablespace corresponds to one or more physical data files
Unless you specify different names with Database
Note:
Configuration Assistant, the tablespaces and data files that are
described in the following table are automatically included in the
Custom database.
describes the tablespaces in the Oracle9i database that is located in the
Data File
example01.dbf
drsys01.dbf
indx01.dbf
Starter Database Contents
.
Each database requires a unique SID
Contains...
Example Schema
Oracle Text-related schema objects
Indexes associated with the data in the
USERS tablespace.
Post-Installation 5-23
.
The
.
.
The ORCL
.
Data
.

Advertisement

Table of Contents
loading

Table of Contents