design wrote:
> After accessing to database through JNDI about three times, we got the
> following error message from the oracle.
>
> Error in allocating a connection. Cause: Connection could not be allocated
> because: ORA-00020: maximum number of processes (150) exceeded
>
> Can you tell me why this is happening?
Some of your code or another application is apparently not
releasing the database connections.
(I assume that there are not supposed to be 150 connections
to the database from all applications combined)
Arne
|