1. How to pass parameters to the stored procedures forum.hibernate.orgHi, I am going through a sample of Stored Procedure. |
2. Passing IN parameter to stored procedure forum.hibernate.orgHai Thanks all for u r reply.But i am getting the error WARN [uk.ltd.getahead.dwr.impl.DefaultProcessor] - |
3. calling oracle stored procedure passing input parameters forum.hibernate.orgHi, I am trying to call a stored procedure through hibernate, passing a in parameter and a out parameter. stored procedure: create or replace PROCEDURE USER_pref_NEW (User_cv OUT SYS_REFCURSOR,userid in varchar) AS BEGIN OPEN User_cv FOR SELECT * FROM contact where contact.USERID = userid; End; hbm file: |
4. Need example of passing arrray to oracle stored procedure forum.hibernate.org |