ibatis2.x学习之oracle存储过程调用配备

ibatis2.x学习之oracle存储过程调用配置??create or replace procedure getAllUser(curr_users out sys_re

ibatis2.x学习之oracle存储过程调用配置

?

?

create or replace procedure getAllUser(curr_users out sys_refcursor)asbegin   open curr_users for select * from user;end;

?


我的异常网推荐解决方案:oracle存储过程,http://www.myexception.cn/oracle-develop/177537.html