You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Gaurav Goel <ga...@yahoo.co.in> on 2007/01/23 18:30:49 UTC

Pass a integer type of array to the stored procedure

---------- Forwarded message ----------
From: Gaurav Goel <ga...@yahoo.co.in>
Date: Jan 23, 2007 10:58 PM
Subject: Pass a integer type of array to the stored procedure
To: user-java-help@ibatis.apache.org

Hi,
I am new to this technology. I have a requirement wherein i have to pass an
integer type of array to the oracle stored procedure which i am calling from
ibatis. How can this be achieved. Do i need to use typeHandler for this? Or
it can be done without that?

Please help me. Many thanks in advance.

-- 
Thanks and regards,
Gaurav Goel.

-- 
Thanks and regards,
Gaurav Goel.

Re: Pass a integer type of array to the stored procedure

Posted by c....@ads.it.
[...]

> I have a requirement wherein i have to
> pass an integer type of array to the oracle stored procedure which i
> am calling from ibatis. How can this be achieved. Do i need to use
> typeHandler for this? Or it can be done without that?
>
> Please help me. Many thanks in advance.

Oracle JDBC does not support PL/SQL tables/result sets/records/booleans.
So neither iBatis does.

http://www.mail-archive.com/user-java@ibatis.apache.org/msg06505.html

ciao