- Invoking Stored Procedures and Functions with Named Variable Parameters. Its better to pass parameters to PL/SQL procedure through named variable parameters, instead of using indexes, your code becomes much readable then. Its not described in ADF developer guide - 37.5 Invoking Stored Procedures and Functions and developers may get confused, how to pass values through named variable parameters. If developer would try to use variable=? syntax.
- Download - OracleCallableStatement.zip
No comments:
Post a Comment