Select count(1)
from v$session;
Increase the sessions and processes
This solves the
problem.
Select name,value
from v$parameter where name in(‘sessions’,’processes’);
Increase the sessions and processes
Alter system set
processes=1000 scope=spfile;
Now bounce the
database.