Invoking procedure defaults without binding values to parameters in Jdbc
问题 I am trying to call a PL/SQL procedure which has defaults defined for some of its parameters. I am doing this using CallableStatement in JDBC . This procedure has a large number of parameters with defaults defined. I do not want to explicitly set the defaults in the Java code. Doing this would make maintaining the code harder. If the PL/SQL code changes , would have to make the same changes in the Java code too. Is it possible to accomplish this in JDBC ? For instance just bind values to the