如何在oracle的pl/sql中建立一个存储过程,每步是什么意思呢?
create prodedure 存储过程名(arg1{in/out/in out} datatype,arg2{in/out/in out} datatype,...) is/as <变量或者类型的声明部分>