命令行 sho err 查看所有错误 查询数据库中的USER_ERRORS视图 select * from user_errors; 查看特定错误 show errors category [schema.]object //例如: show errors FUNCTION wordcount