If init.ora (PFILE) or spfile is lost, manually create a PFILE using another database's PFILE.
Edit the PFILE to match db_name, control_files, etc.
Start the database using startup pfile=
.
Later, create an SPFILE from the PFILE using:
CREATE SPFILE FROM PFILE;