|
 |
|
Oracle10g Grid Computing
with RAC
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
Setting the Server Parameter
File Values
ALTER SESSION
SET parameter_name = value
ALTER SYSTEM SET parameter_name = value [DEFERRED]
Use the SET clause of the ALTER SYSTEM
statement to set or change initialization parameter values.
Additionally, the SCOPE clause specifies the scope of a change as
described below:
SCOPE =
SPFILE
(For both static and dynamic parameters,
changes are recorded in the spfile, to be given effect in the next
restart.)
SCOPE =
MEMORY
(For dynamic parameters, changes are applied in
memory only. No static parameter change is allowed.)
SCOPE = BOTH
(For dynamic parameters, the change is applied
in both the server parameter file and memory. No static parameter
change is allowed.)
For dynamic parameters, we can also specify the
DEFERRED keyword. When specified, the change is effective only for
future sessions. Now, let us look at some examples.
The following statement affects all instances.
However, the values only affect the current instances, they are not
written to the binary SPFILE.
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
|