操作:
-- 在 PL/SQL 中使用 PLSQL 代码块调用存储过程 begin proc1(); end; --在sqlplus中可以使用execute指令调用存储过程,即使存储过程没有参数,在调用时也要在过程名后给出“小括号” execute proc1();