$ strings spfile<SID>.ora > init<SID>.ora
Extract the parameters either from the alert log or the corrupted spfile and create a new pfile from that.
SQL> create spfile from pfile;
You can now use the new spfile to start the database.
$ strings spfile<SID>.ora > init<SID>.ora
Extract the parameters either from the alert log or the corrupted spfile and create a new pfile from that.
SQL> create spfile from pfile;
You can now use the new spfile to start the database.