I'm reporting out on the contents of the aud$ table. The returncode column will contain either a failure code or 0 for success.
How do I determine which message file to interogate for the error message text ?
Specifically the return code 20500, which was generated by an update statement.
When I search all the message files it would appear I have two choices:
/oracle/v9205: grep 20500 */mesg/*msg
network/mesg/vpxdbaus.msg:20500,00000,"dlm requests"
rdbms/mesg/rmanus.msg:20500, 1, "media recovery aborted"
The rest of my returncodes resolve using $ORACLE_HOME/rdbms/mesg/oraus.msg.
Thanks for your help.
How do I determine which message file to interogate for the error message text ?
Specifically the return code 20500, which was generated by an update statement.
When I search all the message files it would appear I have two choices:
/oracle/v9205: grep 20500 */mesg/*msg
network/mesg/vpxdbaus.msg:20500,00000,"dlm requests"
rdbms/mesg/rmanus.msg:20500, 1, "media recovery aborted"
The rest of my returncodes resolve using $ORACLE_HOME/rdbms/mesg/oraus.msg.
Thanks for your help.