Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle error codes and messages
No, those contain the errors you get for ex, compiling
procedures,functions,etc.
I was wanting to do something like the following
select error_message from unknown_table where error_code=942;
or
select error_code,error_message from unknown_table;
where error_code,error_message are the actual Oracle error messages as in
the error messages
documentation.
Rick
> -----Original Message-----
> From: Nerurkar, Prasad [SMTP:nerurkarp_at_NYCHRA.CN.CI.NYC.NY.US]
> Sent: Friday, November 17, 2000 11:10 AM
> To: Cale, Rick T (Richard); ORACLE-L_at_fatcity.com; oracledba_at_lazydba.com
> Subject: RE: Oracle error codes and messages
>
> are you referring to all_errors , user_errors or dba_errors tables???
>
>
> Thank You ,
>
> Prasad Nerurkar
> 212-849-4392
>
> > -----Original Message-----
> > From: Cale, Rick T (Richard) [SMTP:RICHARD.T.CALE_at_saic.com]
> > Sent: Friday, November 17, 2000 11:05 AM
> > To: ORACLE-L_at_fatcity.com; oracledba_at_lazydba.com
> > Subject: Oracle error codes and messages
> >
> > Hi All,
> >
> > 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
> >
> >
> >
> > --------
> > Think you know someone who can answer the above question? Forward it to
> > them!
> > to unsubscribe, send a blank email to oracledba-unsubscribe_at_LAZYDBA.com
> > to subscribe send a blank email to oracledba-subscribe_at_LAZYDBA.com
> > Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl
>
> --------
> Think you know someone who can answer the above question? Forward it to
> them!
> to unsubscribe, send a blank email to oracledba-unsubscribe_at_LAZYDBA.com
> to subscribe send a blank email to oracledba-subscribe_at_LAZYDBA.com
> Visit the list archive: http://www.LAZYDBA.com/odbareadmail.pl
Received on Fri Nov 17 2000 - 10:17:12 CST