Sounds like your db connections are not properly closed.

ML> Hi to all,
ML> my struts-webApplication is used by almost 80 people.
ML> After 1-2 weeks my application doesn´t react anymore,
ML> if I do call an ActionClass which will connect to an oracle database.

ML> So I guess I do have a problem with the database connection.
ML> My database config shows that:
ML>             <data-source>
ML>                   <set-property property="driverClass"
ML> value="oracle.jdbc.driver.OracleDriver"/>
ML>                   <set-property property="url"
ML> value="jdbc:oracle:thin:@hostname:1521:tablespace"/>
ML>                   <set-property property="maxCount" value="20"/>
ML>                   <set-property property="minCount" value="1"/>
ML>                   <set-property property="user" value="test"/>
ML>                   <set-property property="password" value="test"/>
ML>             </data-source>


ML> I do work with normal statements and with prepared statements.
ML> I guess there might by to much opened result sets, statements and database
ML> connection.
ML> But our serverAdministrator says, that there are only 5 unused database
ML> connections left. Max value is 20.

ML> Does anybody have an idea?

ML> Greetings, Manuel


ML> ---------------------------------------------------------------------
ML> To unsubscribe, e-mail: [EMAIL PROTECTED]
ML> For additional commands, e-mail:
ML> [EMAIL PROTECTED]



Regards,
Dirk

+------- Quality leads ---------------------------------------+
| Dirk Markert                     [EMAIL PROTECTED] |
| Dr. Markert Softwaretechnik AG                              |
| Joseph-von-Fraunhofer-Str. 20                               |
| 44227 Dortmund                                              |
+---------------------------------->>>>>>> to success! <<<<<<-+ 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to