Administrator
5732 posts
|
It may change according to your env.
You may be using ASM .. what is os and what is the Oracle version ...
Anyways, execute
sqlplus "/as sysdba"
Then execute;
SQL > show parameter spfile (this will show you your current spfile location)
Then, shutdown your database, backup your current spfile; put your restored spfile to this location with the same name as the current spfile), start your database..
|