Date « Stored Procedure « JPA Q&A





1. Passing Null parameter for date in stored procedure    forum.hibernate.org

Hi, I am using hibernate 3.2 with Spring and am facing a problem with passing Date parameters as null to an Oracle Stored procedure. The call to the stored procedure works fine if the date parameters are passed. But if it is not passed, it gives an exception PLS-00306: wrong number or types of arguments in call to PROC_GET_USERS But the ...