What Is a Parameter
File?
A parameter file is
a file that contains a list of initialization parameters and a value for each
parameter. You specify initialization parameters in a parameter file that
reflect your particular installation. Oracle supports the following two types
of parameter files:
- Server Parameter Files - Binary version.
Persistent.
- Initialization Parameter Files - Text version.
Not persistent.
What Is a Server
Parameter File?
A server parameter
file is a binary file that acts as a repository for initialization parameters.
The server parameter file can reside on the machine where the Oracle database
server executes. Initialization parameters stored in a server parameter file
are persistent, in that any changes made to the parameters while an instance is
running can persist across instance shutdown and startup.
What Is an Initialization
Parameter File?
An initialization
parameter file is a text file that contains a list of initialization
parameters. The file should be written in the client's default character set.
Sample initialization parameter files are provided on the Oracle distribution
medium for each operating system. A sample file is sufficient for initial use,
but you will probably want to modify the file to tune the database for best
performance. Any changes will take effect after you completely shut down and
restart the instance.
No comments:
Post a Comment