SQL*Plus 或者 PL/SQL Developer查看存储过程编译错误
可以查看到存储过程具体错误;
查看函数错误。
在 SQL *Plus 或者 PL/SQL Developer 的 Command windows 中,
【1】用
show errors procedure procedure_name可以查看到存储过程具体错误;
【2】用
show errors function function_name查看函数错误。