RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-18 Thread Mohd Amin Mohd Din
http://hibernate.bluemars.net/80.html -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:06 AM To: 'Struts Users Mailing List' Subject: RE: Tool to diagnose J2EE/Struts/Oracle problem Amin: Yes we have have multiple u

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-18 Thread Yee, Richard K,,DMDCWEST
ections for some of your queries. Reagards, Richard -Original Message- From: Sgarlata Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 9:26 AM To: Struts Users Mailing List Subject: Re: Tool to diagnose J2EE/Struts/Oracle problem Hi again Stella, Let me start by sayin

Re: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-18 Thread Sgarlata Matt
omments to your specific questions are below. - Original Message - From: "Au-Yeung, Stella H" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 12:10 PM Subject: RE: Tool to diagnose J2EE/Stru

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-18 Thread Au-Yeung, Stella H
7;t release connections. Stella -Original Message- From: Sgarlata Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:56 PM To: Struts Users Mailing List Subject: Re: Tool to diagnose J2EE/Struts/Oracle problem You should investigate using connection pooling, such as is

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-18 Thread Au-Yeung, Stella H
- From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 11:07 PM To: 'Struts Users Mailing List' Subject: RE: Tool to diagnose J2EE/Struts/Oracle problem Is your oracle database configured properly? Try connecting multiple users using oem or sqlplus to r

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-17 Thread hari_s
truts Users Mailing List' Subject: RE: Tool to diagnose J2EE/Struts/Oracle problem I think you should try toplink from oracle for your connection to database. -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 9:52 AM To: Struts Use

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-17 Thread Viral_Thakkar
Users Mailing List' Subject: RE: Tool to diagnose J2EE/Struts/Oracle problem I think you should try toplink from oracle for your connection to database. -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 9:52 AM To: Struts Use

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-17 Thread hari_s
I think you should try toplink from oracle for your connection to database. -Original Message- From: Au-Yeung, Stella H [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 9:52 AM To: Struts Users Mailing List Subject: Tool to diagnose J2EE/Struts/Oracle problem I am havng a No

RE: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-17 Thread Mohd Amin Mohd Din
Is your oracle database configured properly? Try connecting multiple users using oem or sqlplus to rule out is the issue is from the database. I had a max cursor reached error before which was attributed to not closing the preparedstatement. Another thing you may try is to use the latest JDBC drive

Re: Tool to diagnose J2EE/Struts/Oracle problem

2003-09-17 Thread Sgarlata Matt
You should investigate using connection pooling, such as is offered by the DBCP project, which is a Jakarta Commons subproject. Garbage collection does not release database connections. I'm not sure on all the details why not, but there are other reasons to use connection pooling such as performa