Oracle8i Installation Guide Release 2 (8.1.6) for Windows NT A73010-01 |
|
This chapter describes the contents of your installed Oracle8i starter database.
Specific topics discussed are:
This section describes the user names and passwords included in the starter database. Change the password for user names immediately after installation.
To change a password:
C:\> SQLPLUS
Enter user-name: SYSTEM/
PASSWORD
SQL> ALTER USER
USERNAME
IDENTIFIED BY
PASSWORD
;
See Also:
Oracle Enterprise Manager Administrator's Guide for information on using Oracle Security Manager or Oracle DBA Studio to change the password |
User Name | Password | Description | See Also |
---|---|---|---|
INTERNAL |
|
INTERNAL is used for performing database administration tasks, including starting up and shutting down a database. Note: INTERNAL is not a true user name; it is an alias for the SYS user name (see below) and SYSDBA privilege. Note: The password is required only for users who did not install the Oracle8i database. The user who installed the Oracle8i database is not prompted to enter a password when connecting as INTERNAL because the user's Windows NT user name was added to a special Windows NT local group called ORA_DBA. |
|
SYSTEM |
MANAGER |
SYSTEM is used for performing database administration tasks. SYSTEM includes the AQ_ADMINISTRATOR_ROLE and DBA database roles. |
|
|
CHANGE_ON_INSTALL |
SYS is used for performing database administration tasks. SYS includes the following database roles:
|
|
OUTLN |
OUTLN |
OUTLN includes the CONNECT and RESOURCE database roles, and supports plan stability. Plan stability allows you to maintain the same execution plans for the same SQL statements. OUTLN acts as a place to centrally manage metadata associated with stored outlines. |
|
DBSNMP |
DBSNMP |
DBSNMP includes the CONNECT, RESOURCE, and SNMPAGENT database roles. Run CATNSNMP.SQL if you want to drop this role and user. |
|
MTSSYS |
MTSSYS |
MTSSYS is the user name under which the Oracle Service for MTS runs. |
|
SCOTT |
TIGER |
SCOTT includes the CONNECT and RESOURCE database roles. |
|
CTXSYS |
CTXSYS |
CTXSYS is the Oracle interMedia Text user name with CONNECT, DBA, and RESOURCE database roles. |
|
MDSYS |
|
MDSYS is the Oracle Spatial and interMedia Audio, Video, Locator, and Image administrator user name. |
|
ORDSYS |
ORDSYS |
ORDSYS is the Oracle interMedia Audio, Video, Locator, and Image user name and the Oracle Time Series and Oracle Visual Information Retrieval administrator user name with CONNECT, JAVAUSERPRIV, and RESOURCE database roles. |
|
|
ORDPLUGINS |
ORDPLUGINS is the Oracle interMedia Audio and Video user name with the CONNECT and RESOURCE roles. ORDPLUGINS allows non-native plug-in formats for one session. |
Oracle8i interMedia Audio, Image, and Video User's Guide and Reference |
COMDEMO |
COMDEMO |
COMDEMO is the Oracle COM Automation feature user name with DBA and RESOURCE database roles. |
The Oracle8i database is identified by its global database name, which consists of the database name and network domain in which the database is located. The global database name uniquely distinguishes a database from any other database in the same network domain. You create a global database name when prompted in the Database Identification window during Oracle8i database installation. The global database name takes the form:
database_name.database_domain
For example:
sales.us.acme.com
The DB_NAME parameter (value sales) and DB_DOMAIN name parameter (value us.acme.com) combine to create the global database name value assigned to the SERVICE_NAMES parameter (value sales.us.acme.com) in the INIT.ORA file.
The System Identifier (SID) identifies a specific Oracle8i instance that references the database. The SID uniquely distinguishes a database from any other database on the same computer. Multiple Oracle homes enable you to have multiple, active Oracle databases on a single computer. Each database requires a unique SID and database name.
The SID name is taken from the value you entered for the database name in the Database Identification window, although you had the opportunity to change it. The SID can be up to 64 alphanumeric characters in length.
For example, if the SID and database name for an Oracle database are ORCL, each database file is located in the ORACLE_BASE\ORADATA\ORCL directory and the initialization parameter file is located in the ORACLE_BASE\ADMIN\ORCL \PFILE directory. The directory ORCL is named after the DB_NAME parameter value.
An Oracle8i database is divided into smaller logical areas of space known as tablespaces. Each tablespace corresponds to one or more physical data files. Data files contain the contents of logical database structures such as tables and indexes. A data file can be associated with only one tablespace and database.
The tablespaces in the Oracle8i database contain the following types of data files located in the ORACLE_BASE\ORADATA\DB_NAME directory:
See Also:
|
The starter database contains one database initialization parameter file located in the ORACLE_BASE\ADMIN\DB_NAME\PFILE directory:
See Also:
|
The starter database contains three redo log files located in the ORACLE_BASE\ORADATA\DB_NAME directory:
The starter database contains three control files located in the ORACLE_BASE\ ORADATA\DB_NAME directory:
Note: Oracle Corporation recommends that you keep at least three control files (on separate physical drives) for each database and set the CONTROL_FILES initialization parameter to list each control file. See the chapter "Managing Control Files" of Oracle8i Administrator's Guide for information on setting this initialization parameter value. |
Rollback segments record the old values of data changed by each transaction (whether or not committed). Every database contains one or more rollback segments, which are portions of the database that record the actions of transactions in the event that a transaction is rolled back. Rollback segments are used to provide read consistency, to roll back transactions, and to recover the database.
The starter database contains the following rollback segments:
The data dictionary is a protected collection of tables and views containing reference information about the database, its structures, and its users. The data stored in the dictionary includes the following:
See Also:
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|