Hi,
We just upgraded from Oracle 11.2.0.4 (SE) to 11.2.0.4 (EE). In the standard edition we always ran into issue with number of processes maxed out(ORA-00020: maximum number of processes exceeded). I am reading some online documents that talks about the formula to set the value for "processes", "sessions", and "transactions" parameter values. Please see the following formula and let me know if this how the value for "processes" parameter is set in Oracle? Secondly, is there a max limit for "Processes" parameter? If you need any more information to help me or answer my question, please set me know.
processes=pc
sessions=pc*1.5+22
transactions=sessions*1.1
thanks