Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 60372 invoked from network); 15 Jul 2008 21:51:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 21:51:09 -0000 Received: (qmail 19865 invoked by uid 500); 15 Jul 2008 21:51:06 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 19850 invoked by uid 500); 15 Jul 2008 21:51:06 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 19839 invoked by uid 99); 15 Jul 2008 21:51:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 14:51:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of larry.meadors@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 21:50:13 +0000 Received: by ug-out-1314.google.com with SMTP id q7so459245uge.21 for ; Tue, 15 Jul 2008 14:50:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=pKXHTNI3wUyyhzRLLnSSVmvXoKZGxdVVwFip5YUQNQk=; b=Fz7B8OxDuHHPaS5y3hDNQ9lI44gcKp4MSTMvg2rZgUYqzOQRuA3uzG3jnZ7IcGqLOS a+l3KNmVOQf8/v/YaJljRVlLL/SFxa/Um/QIsywb1gJLI9dJCwv2qzistm0EzOB1G00i C7G7sXvsdTlXJSbdnXx+M0UbbWHHVGEOcXsM4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=sZvjuo49k5gmWHcHoUyIxvU2rrE9QHx+/Z6sOw0mNeqPjgCIoCzA3nZ3meqZjxYk0s 6wFgd1DYYuVYYNl/vgRAbgkJ31CNkYelbCWlidsPZfAHwaRmXRyV1Hxvtc3L6SXxl1z/ rVcU6J8FPObacf2oNmtofnOLdLj71faDdeZeo= Received: by 10.67.116.19 with SMTP id t19mr2685211ugm.56.1216158636223; Tue, 15 Jul 2008 14:50:36 -0700 (PDT) Received: by 10.67.19.16 with HTTP; Tue, 15 Jul 2008 14:50:36 -0700 (PDT) Message-ID: Date: Tue, 15 Jul 2008 15:50:36 -0600 From: "Larry Meadors" Reply-To: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: Passing an object to Stored procedure. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org I've not tried this...but you may be able to do it with an anonymous pl/sql block. Larry On Tue, Jul 15, 2008 at 3:37 PM, Sundar Sankar wrote: > Hi, > I have a stored procedure that takes an in parameter of an Oracle > object (varchar col1, varchar col2, float col3). How do I call such a stored > proc from Ibatis. > > > Any help is appreciated. > > Thanks > Sundar >