怎样执行oracle存储过程

怎样执行oracle存储过程

在oracle中,可以利用“begin end”语句和指定存储过程名字并给出参数来执行存储过程,语法为“create or replace procedure 存储过程名 begin 用户名 过程名(参数); end;”。...

查看详细