1
metalink.oracle.com (不过只有oracle的用户才有账号)2
www.oradb.net 首页右侧可以查错误号(普通的错误都可以查到)

解决方案 »

  1.   


    When an exception occurs, you can identify the associated error code or error
    message by using two functions. Based on the values of the code or message, you can decide what subsequent action to take based upon the error.
    Function Description
    SQLCODE Returns the numeric value for the error code. You can assign it to a NUMBER variable.
    SQLERRM Returns character data containing the message associated with
    the error number.
    SQLCODE Value     Description
      0               No exception encountered.
      1               User-defined exception.
      +100            NO_DATA_FOUND exception.
    negative_number   Another Oracle7 Server error number.
      

  2.   

    http://otn.oracle.com/pls/db92/db92.error_search?re=homepage&prefill=ORA-