Oracle7 Getting Started for Windows NT | ![]() Library |
![]() Product |
![]() Contents |
![]() Index |
What Is an Initialization Parameter File?
An initialization parameter file is an ASCII text file containing a list of parameters. Every instance has a corresponding initialization parameter file and ORACLE_SID parameter.
|
By changing the parameter values in an initialization file, you can specify, for example, the amount of memory the database uses, whether to archive filled online redo logs, and which control files currently exist for the database.
Location
The computer for which the instance is started must have access to the appropriate initialization parameter files. By default, Oracle7 uses the initialization parameter files located in ORANT\DATABASE, unless you specify a different initialization file with the PFILE option at startup. Editing
To customize Oracle7 Server for Windows NT databases functions, you may need to edit the initialization parameter files. Use any ASCII text editor to modify the file. Sample File
The initialization parameter file INITORCL.ORA used by the starter database that you can install with Oracle7 Server for Windows NT is installed in \ORANT \DATABASE. You can use this file as a model for creating a new Oracle7 Server for Windows NT database.
db_block_buffers = 200 # SMALLTo create a medium-sized SGA, comment out the small parameter definition and activate the medium parameter definition. Edit the initialization parameter file as follows:
# db_block_buffers = 550 # MEDIUM
# db_block_buffers = 3200 # LARGE
# db_block_buffers = 200 # SMALL
db_block_buffers = 550 # MEDIUM
# db_block_buffers = 3200 # LARGE
Creating a New Database--Initialization Parameters
Check the following initialization parameters when creating a new database; they cannot be modified after you have created the database. See the chapter "Creating a New Database" for details on creating a new database, including the part of the procedure when you modify these parameters.
Advanced Replication Initialization Parameters
Certain default initialization parameter values must be set for the replication database. For a complete list of these parameters, see the section "Initialization Parameters" in the chapter "Post-installation Tasks" of this Getting Started.
![]() ![]() Prev Next |
![]() Copyright © 1996 Oracle Corporation. All Rights Reserved. |
![]() Library |
![]() Product |
![]() Contents |
![]() Index |