用show error;查看错误详细信息.

解决方案 »

  1.   

    1 可以用plsql developer开发工具,或者sqlstation 第三方产品。
    2 可以捕捉任何错误 exception when others
           insert into table_name(time,errorcode,errormsg);
            将错误信息记录到一个表里面。
    3 在开发时可以用show error 提示信息来定位错误。
      

  2.   

    下一个client的编辑工具,调试起来很方便的。
    developer2000、toad、rapidsql、navigator等等