Hi Thanut,
hmm. did you just upgraded your database?
I have encountered your error before. you need to recover and restore your pfile and spfile using database backup and brtools.
5 - Restore and Recovery
7 - Disaster Recovery
If you have only recover spfile from brtools then you need to create pfile using spfile with sqlcommand
SQL>create pfile from spfile;
then continue the installation
Regards,
James Elvin