Hi, I'm currently looking for a way to implement stored procedures/functions (from Oracle DB) via Ibatis. Unfortunately, the simple example given in User Guide is insufficient, so are sources on the Internet. Could someone please provide me with a full example of an xml SQL map amd its associated SQLMapDao class for a stored function (return value cannot be mapped as a parameter value) and for a procedure? Thank You!
Regards, Imtiaz