Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle error codes and messages

Re: Oracle error codes and messages

From: yong huang <yong321_at_yahoo.com>
Date: Fri, 17 Nov 2000 21:38:19 -0800 (PST)
Message-Id: <10683.122438@fatcity.com>


Hi, Rick,

There's no table that contains Oracle error messages with error codes. The only source, as you already know, is the file $ORACLE_HOME/rdbms/mesg/oraus.msg on UNIX and possibly %ORACLE_HOME%\rdbms\mesg\oraus.msb on NT, as well as Oracle documentation. From PL/SQL, you can get minimum error description by sqlerrm(-1*error_number), but this is limited to the ORA facility only.

Nevertheless, it would be a fruitful exercise to load data from the oraus.msg file into a table you create. If you do so, we'll appreciate it if you can post the SQL*Loader control file to this list.

Yong Huang
yong321_at_yahoo.com

you wrote:

Is there an oracle table that contains the Oracle error codes and associated messages to select?

Thanks

Rick Cale, Science Applications International Corp. Phone:865-481-2198, fax:865-481-8555
e-mail: caler_at_saic.com



Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ Received on Fri Nov 17 2000 - 23:38:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US