This is because of the “maxuproc” value is 500. Check the value using “lsattr -El sys0 -a maxuproc”
If required change the value using
# chdev -l sys0 -a maxuproc=1000
Normally for Oracle Production machines, you have to consult with DBA’s while installing the server and set an agreed value.