create or replace procedure GetMould (int_top in number,out_count out number,cur_out out sys_refcursor)is beginselect count(*)into out_count from mouldmanager;end GetMould;