发布网友 发布时间:2022-04-23 13:06
共1个回答
热心网友 时间:2023-10-14 19:25
伪代码如下,假设参数2为procere中 out类型的输出值:
declare
a varchar2(120);
b varchar2(130);
begin
a := 参数1;
b := '';
begin
[pacakge].[procere](参数1 -> a, 参数2 ->b);
dbms_output.putline('b = '||b);
exception
when others then
dbms_output.put_line(sqlerrm);
end;
end;
/
热心网友 时间:2023-10-14 19:25
伪代码如下,假设参数2为procere中 out类型的输出值:
declare
a varchar2(120);
b varchar2(130);
begin
a := 参数1;
b := '';
begin
[pacakge].[procere](参数1 -> a, 参数2 ->b);
dbms_output.putline('b = '||b);
exception
when others then
dbms_output.put_line(sqlerrm);
end;
end;
/