-
Feb 13th, 2013, 01:32 AM
#1
Issue while mapping Oracle User defined data type with Java POJO using Ibatis
Hi,
I am trying to map my Java POJO with customized ORACLE datatype and I am facing issues. Below are the details. Please help.
My Oracle defined data type :
TYPE myOBJ AS OBJECT (
code varchar2(2), desc VARCHAR2(10), price NUMBER(12,2) );
Oracle Procedure :
create or replace
PROCEDURE myProc(
PARAM1 IN myOBJ,
PARAM2 OUT NUMBER ,
PARAM3 OUT VARCHAR )
AS
........
END myProc;
My
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules