当前位置: 代码迷 >> SQL >> PL/SQL施行存储过程
  详细解决方案

PL/SQL施行存储过程

热度:28   发布时间:2016-05-05 13:53:11.0
PL/SQL执行存储过程

在PL/SQL中新建命令窗口

?

已连接到 Oracle9i Enterprise Edition Release 9.2.0.1.0
已连接为 stock


SQL> exec proc_syn_userrole();

?

PL/SQL 过程成功完成

  相关解决方案