|
Re: Limit of the No. of Processes.Urgent [message #60500 is a reply to message #60493] |
Wed, 11 February 2004 04:26 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
You mean the maximum number of processes that can connect to a specific instance ?
SQL> select name,value from V$parameter where name='processes';
NAME
----------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
processes
500
|
|
|
|
Re: Limit of the No. of Processes.Urgent [message #60505 is a reply to message #60502] |
Wed, 11 February 2004 06:02 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
oh you are asking for the maximum limit . Its OS dependent. For eg on Solaris, the number of maximum processes is dependent on the number of semaphores. SEMMSL determines the maximum number of semaphores in a semaphore set and SEMMNS sets the maximum limit on the system wide semaphores.
-Thiru
|
|
|