Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Sessions and processes calculation

SGUFeb 14 2019 — edited Feb 18 2019

Hi Support,

I am using oracle 12c database and application deployed on EBS weblogic 12.2

while I tried to access my application today, I faced an issue as "Listener refused the connection with the following error:

ORA-12516, TNS:listener could not find available handler with matching protocol stack".

Verified the process parameter limit which was almost near the max limit so I altered the process value and increment it to 1400 using the below alter command:

alter system set processes=1400 scope=spfile;

Now, everything is fine. But I provided the process count on a vague idea.

We are not using shared server configuration

My question is:

  1. How do I decide the processes count. Is that based on my user count?
  2. Do oracle have any calculation method for this or any other dependency?
  3. Is processes/session count depends on RAM on the server?

Thank you for all the experts supporting us

Comments
Post Details
Added on Feb 14 2019
12 comments
3,380 views