Remove spfile and create pfile [message #379509] |
Tue, 06 January 2009 20:12 |
caprikar
Messages: 226 Registered: March 2007
|
Senior Member |
|
|
Hi,
I have a 2 node RAC database (10g) on ASM. Whoever created the database, created it with spfile and I want to use pfile. Can someone tell me the steps involved?
Thanks
|
|
|
|
|
|
|
Re: Remove spfile and create pfile [message #379519 is a reply to message #379518] |
Tue, 06 January 2009 20:40 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
RAC database is same as regular database, except it as multiple instances.
If node1 (assuming your ORACLE_SID=PROD1), create pfile as $ORACLE_HOME/dbs/initPROD1.ora.
Similarly
in node2, $ORACLE_HOME/dbs/initPROD2.ora.
Or create it anywhere you like.
Atleast make some symlinks.
[Updated on: Tue, 06 January 2009 20:43] Report message to a moderator
|
|
|
|
|
|
|