Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error numbers in DEFERROR view
The OERR codes are held in the file $ORACLE_HOME/rdbms/mesg/oraus.msg
You could load these into a table with sqlldr if you wanted to.
Jason.
On Tue, 21 Dec 1999 13:31:18 -0500, Steve Lu <stevelu_at_nortel.com> wrote:
>Hello!
>
>I am working on a replication monitor which needs to check the error
>number in the DEFERROR view. Since the monitor will only be interested
>in certain errors, I have to know the corresponding error number for
>those concerned errors.
>The oerr can map the error id to the error message which is helpful in
>my case.
>Is there any place I can find a (system) table for the system errors
>(error_id & error description)?
>
>Thanks in advance!
>
>Steve Lu
>Nortel Networks Inc.
>stevelu_at_nortelnetworks.com
>
>
Received on Wed Dec 22 1999 - 04:00:54 CST
![]() |
![]() |