标签: oracle plsql
我尝试使用下面的代码,但它没有编译,是在PLSQL中定义了具有特定长度的参数值的plsql过程。
create or replace procedure test_proc1(tid in number(2)) is begin null; end;
答案 0 :(得分:0)
您应该在过程参数中指定数字的大小(varchar2的同义词)