Re: Performance issue with CustomTypeHandler

2005-10-19 Thread Mike Fagan
nesday, October 19, 2005 11:49 AM To: user-java@ibatis.apache.org Subject: Re: Performance issue with CustomTypeHandler Rao, Satish wrote: Hi Mike,   Thanks for the prompt response.   If we run the PL/SQL via SQL Plus, we don't exper

RE: Performance issue with CustomTypeHandler

2005-10-19 Thread Rao, Satish
-Original Message-From: Rao, Satish Sent: Tuesday, October 18, 2005 1:44 PMTo: user-java@ibatis.apache.orgSubject: Performance issue with CustomTypeHandler I am using ORACLECURSOR in my sqlmap and using the following TypeHandler

Re: Performance issue with CustomTypeHandler

2005-10-19 Thread Mike Fagan
k it is looping thru thousands of records again?   Thanks, Satish     -Original Message- From: Mike Fagan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 18, 2005 4:40 PM To: user-java@ibatis.apache.org Subject: Re: Performance issue with CustomTypeHand

RE: Performance issue with CustomTypeHandler

2005-10-18 Thread Rao, Satish
, Satish Sent: Tuesday, October 18, 2005 1:44 PMTo: user-java@ibatis.apache.orgSubject: Performance issue with CustomTypeHandler I am using ORACLECURSOR in my sqlmap and using the following TypeHandler code. Here’s the sqlmap entry         An

Re: Performance issue with CustomTypeHandler

2005-10-18 Thread Mike Fagan
suggest. -Original Message- From: Rao, Satish Sent: Tuesday, October 18, 2005 1:44 PM To: user-java@ibatis.apache.org Subject: Performance issue with CustomTypeHandler I am using ORACLECURSOR in my sqlmap and using the following TypeHandler code. Here’s

RE: Performance issue with CustomTypeHandler

2005-10-18 Thread Rao, Satish
Title: Message Is anyone facing a similar issue. Please suggest. -Original Message-From: Rao, Satish Sent: Tuesday, October 18, 2005 1:44 PMTo: user-java@ibatis.apache.orgSubject: Performance issue with CustomTypeHandler I am using ORACLECURSOR in my sqlmap and using

Performance issue with CustomTypeHandler

2005-10-18 Thread Rao, Satish
Title: Performance issue with CustomTypeHandler I am using ORACLECURSOR in my sqlmap and using the following TypeHandler code. Here’s the sqlmap entry         And here's the handler code public class RefCursorHandler implements TypeHandlerCallback {     public O