Re: Monitoring DB cursor leaks

2006-10-10 Thread Bruno CROS
: Monitoring DB cursor leaks To: OJB Users List ojb-user@db.apache.org Hi, we were having that problem too, long time ago. You should use the 'Oracle9i' Platform setting in your jdbc-connection-descriptor instead of the Oracle 'Platform', that should fix the problem. IIRC the 'Oracle' Platform does

Re: Monitoring DB cursor leaks

2006-10-10 Thread Bruno CROS
: Danilo Tommasina [EMAIL PROTECTED] Date: Oct 9, 2006 6:08 PM Subject: Re: Monitoring DB cursor leaks To: OJB Users List ojb-user@db.apache.org Hi, we were having that problem too, long time ago. You should use the 'Oracle9i' Platform setting in your jdbc-connection-descriptor instead

RE: Monitoring DB cursor leaks

2006-10-10 Thread Charles Anthony
- From: Bruno CROS [mailto:[EMAIL PROTECTED] Sent: 10 October 2006 09:34 To: OJB Users List Subject: Re: Monitoring DB cursor leaks http://oracleandy.blogspot.com/2006/03/vopencursor-find-cursor s-that-are.html Perhaps i found something to detect bad code, but i don't known how

Re: Monitoring DB cursor leaks

2006-10-09 Thread Danilo Tommasina
Hi, we were having that problem too, long time ago. You should use the 'Oracle9i' Platform setting in your jdbc-connection-descriptor instead of the Oracle 'Platform', that should fix the problem. IIRC the 'Oracle' Platform does a caching of PreparedStatements, however the Oracle Driver has its