===========================================================
操作oracle存储过程
===========================================================
作者: fesir(http://fesir.itpub.net)
发表于: 2006.09.19 03:34
分类: Database
出处: http://fesir.itpub.net/post/4728/210895
---------------------------------------------------------------
发表于: 2006.09.19 03:34
分类: Database
出处: http://fesir.itpub.net/post/4728/210895
---------------------------------------------------------------
Sample
set serveroutput on;
Declare a integer;
begin
PKG_SAIL_COLLECTREPORT.PROC_collectProof('001','0001','20060901','20060919',a);
DBMS_OUTPUT.PUT_LINE ;
end;











