-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> It works fine most of the time, but occassionally I get an error where a
> pool cannot be created and it says:
> ORA-00020: maximum number of processes (50) exceeded

also to what james cooper said...make sure that you put the
connection.close() in a finally statement. if you throw an exception in your
servlet before it gets to the end of it, then it will never hit the
connection.close() and the connections will just get eaten up.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to