为什么我建的存储过程运行不了?
exec test2 (2006,10);运行
提示:
ERROR 位于第 1 行:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'TEST2 ' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
这是怎么回事啊
------解决方案--------------------error when compile your procedure
------解决方案--------------------你在哪里运行的……?