|
How to append DB parameters in RAC Database !!!!! |
Monday, November 30, 2009 |
-> Take the backup of existing SPFILE which is located at shared location. In my case it's in (spfileTEST.ora) under /test/oradata/data01 -> Create the pfile from spfile.
-> Add the required parameter in pfile for both instancs all the RAC nodes
*.parameter_name
-> Create the spfile(spfiletest.ora) in temporary location from pfile.
-> Bring down the services of TEST instance.
-> Move the spfile (spfileTEST.ora created above) from temporary location to /test/oradata/data01
-> Bring up the services of TEST instance. |
posted by Jaswinder Singh @ 4:34 AM |
|
1 Comments: |
-
For a complete list of kernel settings read Configure Kernel Subsystem Attributes on Tru64 UNIX. The current settings can be viewed using the following commands: /sbin/sysconfig -q ipc /sbin/sysconfig -q proc If any settings need to be altered they can be added to the end of the "/etc/sysconfigtab" file.
|
|
<< Home |
|
|
|
|
|
For a complete list of kernel settings read Configure Kernel Subsystem Attributes on Tru64 UNIX.
The current settings can be viewed using the following commands:
/sbin/sysconfig -q ipc
/sbin/sysconfig -q proc
If any settings need to be altered they can be added to the end of the "/etc/sysconfigtab" file.