ORA-12519

Select count(1) from v$session;

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.

 This solves the problem.

Post a Comment

And that's all there is to it!

If anyone has any other questions or requests for future How To posts, you can either ask them in the comments or email me. Please don't feel shy at all!

I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.

Previous Post Next Post