Or you could simply issue CREATE spfile from pfile='<init.ora file including path>. SPFILE will be created in the default location. Which I can't think of at the moment. It is in the data directory on RAC.
I think it's in $ORACLE_HOME/dbs/spfile<si
When you make changes to spfile, it is a good practice so create pfile from spfile so you have an ASCII file which you can read and start the databse from when you get into trouble.
Main Topics
Browse All Topics





by: ravindran_eeePosted on 2007-07-01 at 14:41:26ID: 19400248
Hi,
Yes. Please use the following command.
CREATE SpFILE = 'filename' FROM PFILE ='pfilename';
When both SPFILE and init ORA files are there, Oracle always uses the SPFILE.
Thanks,
Ravi