sqlplus执行oracle的存储过程

variable p refcursor;

variable flag varchar2(100);

variable msg varchar2(100);

execute PollutionStatic.getPollutionStatic(:flag,:msg,:p);

print p;

 

posted @ 2015-07-29 18:43  li1111xin  阅读(3445)  评论(0编辑  收藏  举报