First, it looks for SPFILE and then for PFILE in the directories.
Oracle searches in the following order:
1. spfile
2. spfile.ora
3. init
4. init.ora
If you want to use a specific PFILE or SPFILE, you can specify the complete path and file name at the startup of the Oracle database using the following command: SQL>startup pfile='path/filename'