oracle 怎样再存过程中调用好几个存储过程

andysunlp 2008-02-21 05:26:17
oracle 怎样再存过程中调用好几个存储过程
...全文
111 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
jdsnhan 2008-02-21
  • 打赏
  • 举报
回复
create or replace procedure p_test is
begin
p_exec;
end p_test;
kinglht 2008-02-21
  • 打赏
  • 举报
回复
create or replace procedure test (param1 type1,param2 type2,...)
is
var1 type1;
var2 type2;
begin

...
procedure1(param3,param4,...);
...

end test;

17,089

社区成员

发帖
与我相关
我的任务
社区描述
Oracle开发相关技术讨论
社区管理员
  • 开发
  • Lucifer三思而后行
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧