Unix 版の Oracle 上では、 以下のようにエラーメッセージに関する詳細を得ることができます。
$> oerr ora 00001 |
上の例の出力は、たとえば 以下のようになります。
00001, 00000, "unique constraint (%s.%s) violated" // *Cause: An update or insert statement attempted to insert a duplicate key // For Trusted ORACLE configured in DBMS MAC mode, you may see // this message if a duplicate entry exists at a different level. // *Action: Either remove the unique restriction or do not insert the key |