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

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


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

Does anybody have an idea?

Greetings, Manuel


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

Reply via email to