Calling stored procedure from Hibernate with Java,
March 2, 2008 at 7:03 PM
Hello, First of all, congratulations to keep a lot of documentation about hibernate in one place: it's help a lot ! I need to call an stored procedure in oracle from Hibernate (see bellow) that has 1 input parameter and 2 return values. I'm receiving and error from Oracle (invalid column index). Any help is appreciated. Thanks in advance !!!