为什么小弟我建的存储过程运行不了

为什么我建的存储过程运行不了?exectest2(2006,10)运行提示:ERROR位于第1行:ORA-06550:line1,column7:PLS

为什么我建的存储过程运行不了?
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
[解决办法]
你在哪里运行的……?