hmm, now i've checked http://download-uk.oracle.
1.
try alter system set processes=200 scope=spfile and restart database
or if doesn't work
2.
create pfile from spfile
edit pfile, chnge value of processes
create spfile from pfile
shutdown
rename created spfile to actual spfile which will be used at startup
startup
Main Topics
Browse All Topics





by: konektorPosted on 2007-10-14 at 23:40:12ID: 20076324
connect as user with DBA privileges
SQL> conn / as sysdba
SQL> alter system set processes = 200 scope=both
using "scope=both" in "alter system" command means, that system variable is changed immediately and is written to spfile - the value will remain as you have changed across oracle sthutdown and startup