Hi David,
As you have used the command
SQL> alter system set processes=300 scope=spfile;
This requires a DB restart to have the new value effective.
You may use below command
SQL> alter system set processes=300 scope=both;
and check the results. It will not require DB restart to have new values effective.
Hope this helps.
Regards,
Deepak Kori