The solution to this question is to increase the number of processes :
- Open command prompt
sqlplus / as sysdba
startup force;
show parameter processes;
-- This shows 150 processes allocated, i will increase the count to 800 nowalter system set processes=800 scope=spfile;
Tried and tested.
No comments:
Post a Comment