Oracle8(TM)
Getting Started for Windows NT Release 8.0.3 A54894-01 |
Oracle8(TM)
Enterprise Edition Getting Started for Windows NT Release 8.0.3 A53722-01 |
|
This chapter describes the contents of the Oracle8 starter database.
Specific topics discussed are:
During the installation process, you have the option of installing either of two types of databases:
If You Select... | You Receive... |
---|---|
Typical |
A fully configured and ready-to-use starter database with a default name of ORACLE and a SID of ORCL. During installation, you can also choose to include the Oracle8 ConText Cartridge in your starter database. See the section "Starter Database Contents" for information on the contents of your starter database. |
Custom using Oracle Database Assistant |
The opportunity to create a customized database with the help of Oracle Database Assistant. If you select this option, Oracle Database Assistant automatically starts at the end of the installation process. Oracle Database Assistant offers you two choices of databases to create: Creates a standard database with default INITSID.ORA file parameter settings. You can also create an extra tablespace called INDEX and an extra control file. Both features are available if you select (when prompted) to create new database files instead of copying the existing database files from your CD-ROM disc. Typical enables you to select whether to include the Oracle8 ConText Cartridge in your database Enables you to customize INITSID.ORA file parameter settings for your database. This option is only for Oracle database administrators (DBAs) experienced with advanced database creation procedures. Custom automatically creates an extra tablespace called INDEX and an extra control file. Custom enables you to select whether to include the Oracle8 ConText Cartridge in your database. |
Note:
See Chapter 9, "Creating a Database" for additional information on creating a database. |
The starter database you receive if you select the Typical database option on the Starter Database Installation Options dialog box, contains:
Each of these is described below.
Your starter database contains these user accounts:
User Accounts | Passwords | Description |
---|---|---|
INTERNAL |
ORACLE is automatically the password if you installed your Oracle8 database using the Oracle8 option. If you installed your Oracle8 database using the Custom option, the password is whatever you entered when prompted during installation. |
DBA user name with which to perform database administration tasks, including starting up and shutting down a database. Note: INTERNAL is not a true user account; it is an alias for the SYS user account and SYSDBA privilege. Note: INTERNAL uses the SYS schema, listed below, with additional SYSDBA privileges. See the chapter "The Oracle Database Administrator" of the Oracle8 Server Administrator's Guide for more information. |
SYS |
CHANGE_ON_INSTALL |
DBA user name with the following database roles:
|
SYSTEM |
MANAGER |
DBA user name with the DBA database role. |
SCOTT |
TIGER |
User name with CONNECT and RESOURCE database roles. |
DEMO |
DEMO |
User name with CONNECT and RESOURCE database roles. Oracle recommends that you drop this account if it is not needed. |
DBSNMP |
DBSNMP |
Oracle Enterprise Manager Administrator user name with CONNECT, RESOURCE, and SNMPAGENT database roles. If you want to drop this role and user, run CATNSNMP.SQL. |
CTXSYS1 |
CTXSYS |
ConText administrator user name with CONNECT, RESOURCE, and DBA roles. |
1 Available only
if you install the Oracle8 ConText Cartridge. |
Note::
Change the passwords for the SYS, SYSTEM, and CTXSYS accounts immediately after installation with the following SQL statement from the Server Manager utility: SVRMGR> ALTER USER USERNAME IDENTIFIED BY PASSWORD; See Chapter 4, "Database Tools" for information on starting Server Manager. |
Additional
Information:
See the chapters "The Oracle Database Administrator" and "Managing Users and Resources" of the Oracle8 Server Administrator's Guide. |
An Oracle8 database is subdivided into smaller logical areas of space known as tablespaces. Each tablespace corresponds to one or more physical data files. The four tablespaces in the Oracle8 database contain the following types of data:
Additional
Information:
See the chapter "Tablespaces and Datafiles" of Oracle8 Server Concepts and the chapter "Managing Tablespaces" of the Oracle8 Server Administrator's Guide. |
Data files contain the contents of logical database structures such as tables and indexes. One or more data files form a logical unit of storage called a tablespace. A data file can be associated with only one tablespace, and only one database. The starter database contains the following four data files located in the ORACLE_HOME\DATABASE directory:
This Data File... | Is Contained in the Tablespace... |
SYS1ORCL.ORA |
SYSTEM |
USR1ORCL.ORA |
USER_DATA |
RBS1ORCL.ORA |
ROLLBACK_DATA |
TMP1ORCL.ORA |
TEMPORARY_DATA |
Additional
Information:
See the chapter "Tablespaces and Datafiles" of Oracle8 Server Concepts and the chapter "Managing Datafiles" of the Oracle8 Server Administrator's Guide. |
The starter database contains one initialization parameter file located in the ORACLE_HOME\DATABASE directory.
Additional
Information:
See Appendix B, "Initialization Parameter Files" of this guide. This appendix lists the Oracle8 database-specific initialization parameters for Windows NT and their default values. See Oracle8 Server Reference for further information on initialization parameters. |
The starter database contains two redo log files located in the ORACLE_HOME\DATABASE directory
.
Additional
Information:
See the chapters "Managing the Online Redo Log" of the Oracle8 Server Administrator's Guide and "Recovering a Database" of Oracle8 Server Backup and Recovery. |
The starter database contains one control file located in the ORACLE_HOME\DATABASE directory.
Note:
Oracle Corporation recommends that you keep multiple 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 the Oracle8 Server Administrator's Guide for information on setting this initialization parameter value. |
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:
Additional
Information:
See the chapter "The Data Dictionary" of Oracle8 Server Concepts and "Static Data Dictionary Views" of Oracle8 Server Reference. |
|
Copyright © 1997 Oracle Corporation. All Rights Reserved. |
|