aspose file tools
The moose likes Object Relational Mapping and the fly likes passing and getting oracle object type in store procedure using ibatis config with spring Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "passing and getting oracle object type in store procedure using ibatis config with spring" Watch "passing and getting oracle object type in store procedure using ibatis config with spring" New topic
Author

passing and getting oracle object type in store procedure using ibatis config with spring

Ratnesh sidhaye
Greenhorn

Joined: Nov 06, 2011
Posts: 2

I want to call stored procedure where IN and OUT parameter are oracle object type and both are different type.
I am using ibatis 2.3 and spring and oracle 11g.
Can someone give me working code or approach to achieve this i tried alot.
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

Sounds like an iBatis question.

Moving this to a more correct forum.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: passing and getting oracle object type in store procedure using ibatis config with spring
 
Similar Threads
how to achieve jdbc connection pooling in ibatis
Need help in iBatis !
Oracle Procedure call in Hibernate
calling stored procedure with oracle object types as IN and OUT param in ibatis from java
Is it a good design model (struts + hibernate)?