|
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 |
|
|
|
|