ORA-00020 maximum number of processes exceeded [message #110517] |
Tue, 08 March 2005 06:35 |
sandy.adi
Messages: 2 Registered: March 2005
|
Junior Member |
|
|
Hi All,
I am getting getting an SQLException, the error message is as follows
"ORA-00020 :maximum number of processes(150) exceeded". I dont know why this is happening. The requirement in our application is such that the maximum number of connections allowed should be limited to 20.
Can anybody tell me what are the possible reasons for this problem? It would also be very helpful if i get the solution as well.
|
|
|
|
|
Re: ORA-00020 maximum number of processes exceeded [message #151839 is a reply to message #151797] |
Mon, 19 December 2005 07:03 |
orausern
Messages: 826 Registered: December 2005
|
Senior Member |
|
|
Hi,
Oracle docs say following:
ORA-00020 maximum number of processes (string) exceeded
Cause: All process state objects are in use.
Action: Increase the value of the PROCESSES initialization parameter.
So ask your DBA to increase the PROCESSES parameter.
N.
|
|
|