| Administrator | 
		If your "show parameter spfile" returns an empty output, you are not currently using a spfile.
So your database is currently using a pfile.
 
 Put your spfile in $ORACLE_HOME/dbs folder, with the appropriate name.
 Restart your db and your database will use that spfile.
 
 The name of the sfile should be spfile<SID>.ora
 
 Ex: If your ORACLE_SID=TEST, then spfile should be named as spfileTEST.ora
 |