RE: list of events

2002-05-15 Thread Cary Millsap

I believe the oraus.msg file isn't distributed at all with Oracle for
Windows; only the .msb (binary).

 
Cary Millsap
Hotsos Enterprises, Ltd.
[EMAIL PROTECTED]
http://www.hotsos.com


-Original Message-
[EMAIL PROTECTED]
Sent: Wednesday, May 15, 2002 8:48 AM
To: Multiple recipients of list ORACLE-L



You can use the oerr facility on Unix to look at the events... I don't
know if
that file exists under Windows, I vaguely recall a conversation on the
list a
while ago where people were saying it didn't. I know that I downloaded
the file
from my Unix box to my PC so I'd have a copy.

Anyone out there with a Windows installation who can check this please?

And, in any case, the file just tells you what the event name is:

bash$ oerr ora 10053
10053, 0, "CBO Enable optimizer trace"
// *Cause:
// *Action:
bash$ oerr ora 10046
10046, 0, "enable SQL statement timing"
// *Cause:
// *Action:

and doesn't give you much other information. I'd love to see an Oracle
doc just
on these events

Rachel



|+--->
||   |
||   |
||  Rajendra.Jamadagn|
||  [EMAIL PROTECTED]   |
||   |
||  05/14/2002 05:43 |
||  PM   |
||  Please respond to|
||  ORACLE-L |
||   |
|+--->
  >|
  ||
  |   To: [EMAIL PROTECTED] |
  |   cc: (bcc: Rachel Carmichael) |
  |   Subject: RE: list of events  |
  >|




Rachel,

Actually, error messages between 1 and 10999 are events (i.e. 10046,
10053 etc). In 9i there are some new events in the 297xx range as well.

Raj
__
Rajendra Jamadagni  MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN
Inc.

QOTD: Any clod can have facts, but having an opinion is an art!


-Original Message-
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:53 PM
To: Multiple recipients of list ORACLE-L



actually that's the list of error messages, not events

and it's not under the admin directory in any case the path to the error
messages is:

$ORACLE_HOME/rdbms/mesg/roaus.msg
(See attached file: ESPN_Disclaimer.txt)


--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Cary Millsap
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: list of events

2002-05-15 Thread Thomas Day


I find it under C:\OWRWIN95\RDBMS80\oraus.msg

Readable using WORDPAD.

If you go to your "My Computer" icon, right click, and pick "Explore", then
choose "Tools" - "Find" - "Files and Folders" and enter a search for *.msg
starting from the Oracle_Home you'll find lots of Oracle Error Message
files including tnsus.msq for SQL*Net error messages.  The msb files are
binary and are not easily readable.



   

Rachel_Carmic  

hael To: Multiple recipients of list ORACLE-L  

@Sonymusic.co<[EMAIL PROTECTED]>

mcc:   
    
        Sent by: rootSubject: RE: list of events   

   

   

05/15/2002 

09:48 AM   

Please 

respond to 

ORACLE-L   

   

   







You can use the oerr facility on Unix to look at the events... I don't know
if
that file exists under Windows, I vaguely recall a conversation on the list
a
while ago where people were saying it didn't. I know that I downloaded the
file
from my Unix box to my PC so I'd have a copy.

Anyone out there with a Windows installation who can check this please?

And, in any case, the file just tells you what the event name is:

bash$ oerr ora 10053
10053, 0, "CBO Enable optimizer trace"
// *Cause:
// *Action:
bash$ oerr ora 10046
10046, 0, "enable SQL statement timing"
// *Cause:
// *Action:

and doesn't give you much other information. I'd love to see an Oracle doc
just
on these events

Rachel



|+--->
||   |
||   |
||  Rajendra.Jamadagn|
||  [EMAIL PROTECTED]   |
||   |
||  05/14/2002 05:43 |
||  PM   |
||  Please respond to|
||  ORACLE-L |
||   |
|+--->
  >|
  ||
  |   To: [EMAIL PROTECTED]     |
  |   cc: (bcc: Rachel Carmichael) |
  |   Subject: RE: list of events  |
  >|




Rachel,

Actually, error messages between 1 and 10999 are events (i.e. 10046,
10053 etc). In 9i there are some new events in the 297xx range as well.

Raj
__
Rajendra Jamadagni  MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN
Inc.

QOTD: Any clod can have facts, but having an opinion is an art!


-Original Message-
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:53 PM
To: Multiple recipients of list ORACLE-L



actually that's the list of error messages, not events

and it's not under the admin directory in any case the path to the error
messages is:

$ORACLE_HOME/rdbms/mesg/roaus.msg
(See attached file: ESPN_Disclaimer.txt)



<< Attachment Removed : ESPN_Disclaimer.txt >>



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Thomas Day
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: list of events

2002-05-15 Thread Rachel_Carmichael



You can use the oerr facility on Unix to look at the events... I don't know if
that file exists under Windows, I vaguely recall a conversation on the list a
while ago where people were saying it didn't. I know that I downloaded the file
from my Unix box to my PC so I'd have a copy.

Anyone out there with a Windows installation who can check this please?

And, in any case, the file just tells you what the event name is:

bash$ oerr ora 10053
10053, 0, "CBO Enable optimizer trace"
// *Cause:
// *Action:
bash$ oerr ora 10046
10046, 0, "enable SQL statement timing"
// *Cause:
// *Action:

and doesn't give you much other information. I'd love to see an Oracle doc just
on these events

Rachel



|+--->
||   |
||   |
||  Rajendra.Jamadagn|
||  [EMAIL PROTECTED]   |
||   |
||  05/14/2002 05:43 |
||  PM   |
||  Please respond to|
||  ORACLE-L |
||   |
|+--->
  >|
  ||
  |   To: [EMAIL PROTECTED] |
  |   cc: (bcc: Rachel Carmichael)     |
  |   Subject: RE: list of events  |
  >|




Rachel,

Actually, error messages between 1 and 10999 are events (i.e. 10046,
10053 etc). In 9i there are some new events in the 297xx range as well.

Raj
__
Rajendra Jamadagni  MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

QOTD: Any clod can have facts, but having an opinion is an art!


-Original Message-
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:53 PM
To: Multiple recipients of list ORACLE-L



actually that's the list of error messages, not events

and it's not under the admin directory in any case the path to the error
messages is:

$ORACLE_HOME/rdbms/mesg/roaus.msg
(See attached file: ESPN_Disclaimer.txt)




ESPN_Disclaimer.txt
Description: Text - character set unknown


RE: list of events

2002-05-15 Thread Rachel_Carmichael



yeah, but it's confusing when you look at that file...




|+--->
||   |
||   |
||  Rajendra.Jamadagn|
||  [EMAIL PROTECTED]   |
||   |
||  05/14/2002 05:43 |
||  PM   |
||  Please respond to|
||  ORACLE-L |
||   |
|+--->
  >|
  ||
  |   To: [EMAIL PROTECTED] |
  |   cc: (bcc: Rachel Carmichael) |
  |   Subject:     RE: list of events  |
  >|




Rachel,

Actually, error messages between 1 and 10999 are events (i.e. 10046,
10053 etc). In 9i there are some new events in the 297xx range as well.

Raj
__
Rajendra Jamadagni  MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

QOTD: Any clod can have facts, but having an opinion is an art!


-Original Message-
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:53 PM
To: Multiple recipients of list ORACLE-L



actually that's the list of error messages, not events

and it's not under the admin directory in any case the path to the error
messages is:

$ORACLE_HOME/rdbms/mesg/roaus.msg
(See attached file: ESPN_Disclaimer.txt)




ESPN_Disclaimer.txt
Description: Text - character set unknown


Re: list of events

2002-05-15 Thread K Gopalakrishnan

Dave:

You will not see this file in Windoze. In MS world the message file is a
binary file and you will not be able to read with any text editors/viewers.

Best Regards,
K Gopalakrishnan
Bangalore, INDIA

- Original Message -
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 4:58 PM


I plead ignorance.  I have not heard of this file before.  I do not see this
file on either the server or the client.  Does something have to be "turned
on" for these events to be logged to this file?  I have checked the FM but
there is nothing found when I searched on oraus.msg.  Does it matter that I
am on windoze??

Dave

-Original Message-
Sent: Tuesday, May 14, 2002 5:08 PM
To: Multiple recipients of list ORACLE-L



$ORACLE_HOME/rdbms/mesg/oraus.msg does list events, for example:

10046, 0, "enable SQL statement timing"
// *Cause:
// *Action:

Most events are in the range of 1 to 10999.

Suzy


[EMAIL PROTECTED] wrote:
>
> actually that's the list of error messages, not events
>
> and it's not under the admin directory in any case the path to the error
> messages is:
>
> $ORACLE_HOME/rdbms/mesg/roaus.msg
>
> |+--->
> ||   |
> ||   |
> ||  Rajendra.Jamadagn|
> ||  [EMAIL PROTECTED]   |
> ||   |
> ||  05/14/2002 04:23 |
> ||  PM   |
> ||  Please respond to|
> ||  ORACLE-L |
> ||   |
> |+--->
>   >|
>   ||
>   |   To:     [EMAIL PROTECTED] |
>   |   cc: (bcc: Rachel Carmichael) |
>   |   Subject: RE: list of events  |
>   >|
>
> $ORACLE_HOME/rdbms/admin/mesg/oraus.msg
>
> Raj
> __
>
> Rajendra Jamadagni  MIS, ESPN Inc.
>
> Rajendra dot Jamadagni at ESPN dot com
>
> Any opinion expressed here is personal and doesn't reflect that of ESPN
Inc.
>
> QOTD: Any clod can have facts, but having an opinion is an art!
>
>  -Original Message-
>  From: Babu Nagarajan [mailto:[EMAIL PROTECTED]]
>  Sent: Tuesday, May 14, 2002 3:48 PM
>  To: Multiple recipients of list ORACLE-L
>  Subject: list of events
>
>  All
>
>  I know this has been mentioned on this list before but I forget...
>
>  Which is the script in $ORACLE_HOME/rdbms/admin folder that contains
the
>  list of all events?
>
>  TIA
>
>  Babu(See attached file: ESPN_Disclaimer.txt)
>
>   
>  Name: ESPN_Disclaimer.txt
>ESPN_Disclaimer.txt   Type: Plain Text (text/plain)
>  Encoding: base64
>   Description: Text - character set unknown
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Suzy Vordos
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Farnsworth, Dave
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: K Gopalakrishnan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing List

RE: list of events

2002-05-15 Thread Farnsworth, Dave

I plead ignorance.  I have not heard of this file before.  I do not see this file on 
either the server or the client.  Does something have to be "turned on" for these 
events to be logged to this file?  I have checked the FM but there is nothing found 
when I searched on oraus.msg.  Does it matter that I am on windoze??

Dave

-Original Message-
Sent: Tuesday, May 14, 2002 5:08 PM
To: Multiple recipients of list ORACLE-L



$ORACLE_HOME/rdbms/mesg/oraus.msg does list events, for example:

10046, 0, "enable SQL statement timing"
// *Cause:
// *Action:

Most events are in the range of 1 to 10999.

Suzy


[EMAIL PROTECTED] wrote:
> 
> actually that's the list of error messages, not events
> 
> and it's not under the admin directory in any case the path to the error
> messages is:
> 
> $ORACLE_HOME/rdbms/mesg/roaus.msg
> 
> |+--->
> ||   |
> ||   |
> ||  Rajendra.Jamadagn|
> ||  [EMAIL PROTECTED]   |
> ||   |
> ||  05/14/2002 04:23 |
> ||  PM   |
> ||  Please respond to|
> ||  ORACLE-L |
> ||   |
> |+--->
>   >|
>   ||
>   |   To: [EMAIL PROTECTED]         |
>   |   cc: (bcc: Rachel Carmichael) |
>   |   Subject: RE: list of events  |
>   >|
> 
> $ORACLE_HOME/rdbms/admin/mesg/oraus.msg
> 
> Raj
> __
> 
> Rajendra Jamadagni  MIS, ESPN Inc.
> 
> Rajendra dot Jamadagni at ESPN dot com
> 
> Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.
> 
> QOTD: Any clod can have facts, but having an opinion is an art!
> 
>  -Original Message-
>  From: Babu Nagarajan [mailto:[EMAIL PROTECTED]]
>  Sent: Tuesday, May 14, 2002 3:48 PM
>  To: Multiple recipients of list ORACLE-L
>  Subject: list of events
> 
>  All
> 
>  I know this has been mentioned on this list before but I forget...
> 
>  Which is the script in $ORACLE_HOME/rdbms/admin folder that contains the
>  list of all events?
> 
>  TIA
> 
>  Babu(See attached file: ESPN_Disclaimer.txt)
> 
>   
>  Name: ESPN_Disclaimer.txt
>ESPN_Disclaimer.txt   Type: Plain Text (text/plain)
>  Encoding: base64
>   Description: Text - character set unknown
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Suzy Vordos
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Farnsworth, Dave
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: list of events

2002-05-14 Thread Babu Nagarajan

Rachel, Suzy and Rajendra

Thanks a lot.

Babu

- Original Message -
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 3:53 PM


>
>
> actually that's the list of error messages, not events
>
> and it's not under the admin directory in any case the path to the error
> messages is:
>
> $ORACLE_HOME/rdbms/mesg/roaus.msg
>
>
>
>
> |+--->
> ||   |
> ||   |
> ||  Rajendra.Jamadagn|
> ||  [EMAIL PROTECTED]   |
> ||   |
> ||  05/14/2002 04:23 |
> ||  PM   |
> ||  Please respond to|
> ||  ORACLE-L |
> ||   |
> |+--->
>   >|
>   ||
>   |   To: [EMAIL PROTECTED] |
>   |   cc: (bcc: Rachel Carmichael) |
>   |   Subject: RE: list of events  |
>   >|
>
>
>
>
> $ORACLE_HOME/rdbms/admin/mesg/oraus.msg
>
> Raj
> __
>
>
> Rajendra Jamadagni  MIS, ESPN Inc.
>
>
> Rajendra dot Jamadagni at ESPN dot com
>
>
> Any opinion expressed here is personal and doesn't reflect that of ESPN
Inc.
>
>
> QOTD: Any clod can have facts, but having an opinion is an art!
>
>
>  -Original Message-
>  From: Babu Nagarajan [mailto:[EMAIL PROTECTED]]
>  Sent: Tuesday, May 14, 2002 3:48 PM
>  To: Multiple recipients of list ORACLE-L
>  Subject: list of events
>
>  All
>
>  I know this has been mentioned on this list before but I forget...
>
>  Which is the script in $ORACLE_HOME/rdbms/admin folder that contains
the
>  list of all events?
>
>  TIA
>
>  Babu(See attached file: ESPN_Disclaimer.txt)
>
>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Babu Nagarajan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: list of events

2002-05-14 Thread Babu Nagarajan

Suzy

Thanks a lot.. .This was the one I was looking for... I thought it was under
admin and was desperately grepping the files there :-)

Babu
- Original Message -
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 5:08 PM


>
> $ORACLE_HOME/rdbms/mesg/oraus.msg does list events, for example:
>
> 10046, 0, "enable SQL statement timing"
> // *Cause:
> // *Action:
>
> Most events are in the range of 1 to 10999.
>
> Suzy
>
>
> [EMAIL PROTECTED] wrote:
> >
> > actually that's the list of error messages, not events
> >
> > and it's not under the admin directory in any case the path to the error
> > messages is:
> >
> > $ORACLE_HOME/rdbms/mesg/roaus.msg
> >
> > |+--->
> > ||   |
> > ||   |
> > ||  Rajendra.Jamadagn|
> > ||  [EMAIL PROTECTED]   |
> > ||   |
> > ||  05/14/2002 04:23 |
> > ||  PM   |
> > ||  Please respond to|
> > ||  ORACLE-L |
> > ||   |
> > |+--->
> >   >----|
> >   |    |
> >   |   To: [EMAIL PROTECTED] |
> >   |   cc: (bcc: Rachel Carmichael) |
> >   |   Subject: RE: list of events  |
> >   >|
> >
> > $ORACLE_HOME/rdbms/admin/mesg/oraus.msg
> >
> > Raj
> > __
> >
> > Rajendra Jamadagni  MIS, ESPN Inc.
> >
> > Rajendra dot Jamadagni at ESPN dot com
> >
> > Any opinion expressed here is personal and doesn't reflect that of ESPN
Inc.
> >
> > QOTD: Any clod can have facts, but having an opinion is an art!
> >
> >  -Original Message-
> >  From: Babu Nagarajan [mailto:[EMAIL PROTECTED]]
> >  Sent: Tuesday, May 14, 2002 3:48 PM
> >  To: Multiple recipients of list ORACLE-L
> >  Subject: list of events
> >
> >  All
> >
> >  I know this has been mentioned on this list before but I forget...
> >
> >  Which is the script in $ORACLE_HOME/rdbms/admin folder that
contains the
> >  list of all events?
> >
> >  TIA
> >
> >  Babu(See attached file: ESPN_Disclaimer.txt)
> >
>
  
> >  Name: ESPN_Disclaimer.txt
> >ESPN_Disclaimer.txt   Type: Plain Text (text/plain)
> >  Encoding: base64
> >   Description: Text - character set unknown
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Suzy Vordos
>   INET: [EMAIL PROTECTED]
>
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Babu Nagarajan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: list of events

2002-05-14 Thread Suzy Vordos


$ORACLE_HOME/rdbms/mesg/oraus.msg does list events, for example:

10046, 0, "enable SQL statement timing"
// *Cause:
// *Action:

Most events are in the range of 1 to 10999.

Suzy


[EMAIL PROTECTED] wrote:
> 
> actually that's the list of error messages, not events
> 
> and it's not under the admin directory in any case the path to the error
> messages is:
> 
> $ORACLE_HOME/rdbms/mesg/roaus.msg
> 
> |+--->
> ||   |
> ||   |
> ||  Rajendra.Jamadagn|
> ||  [EMAIL PROTECTED]   |
> ||   |
> ||  05/14/2002 04:23 |
> ||  PM   |
> ||  Please respond to|
> ||  ORACLE-L |
> ||   |
> |+--->
>   >|
>   ||
>   |   To: [EMAIL PROTECTED]         |
>   |   cc: (bcc: Rachel Carmichael) |
>   |   Subject: RE: list of events  |
>   >|
> 
> $ORACLE_HOME/rdbms/admin/mesg/oraus.msg
> 
> Raj
> __
> 
> Rajendra Jamadagni  MIS, ESPN Inc.
> 
> Rajendra dot Jamadagni at ESPN dot com
> 
> Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.
> 
> QOTD: Any clod can have facts, but having an opinion is an art!
> 
>  -Original Message-
>  From: Babu Nagarajan [mailto:[EMAIL PROTECTED]]
>  Sent: Tuesday, May 14, 2002 3:48 PM
>  To: Multiple recipients of list ORACLE-L
>  Subject: list of events
> 
>  All
> 
>  I know this has been mentioned on this list before but I forget...
> 
>  Which is the script in $ORACLE_HOME/rdbms/admin folder that contains the
>  list of all events?
> 
>  TIA
> 
>  Babu(See attached file: ESPN_Disclaimer.txt)
> 
>   
>  Name: ESPN_Disclaimer.txt
>ESPN_Disclaimer.txt   Type: Plain Text (text/plain)
>  Encoding: base64
>   Description: Text - character set unknown
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Suzy Vordos
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: list of events

2002-05-14 Thread Jamadagni, Rajendra

Rachel,

Actually, error messages between 1 and 10999 are events (i.e. 10046,
10053 etc). In 9i there are some new events in the 297xx range as well.

Raj
__
Rajendra Jamadagni  MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot com
Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.

QOTD: Any clod can have facts, but having an opinion is an art!


-Original Message-
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:53 PM
To: Multiple recipients of list ORACLE-L



actually that's the list of error messages, not events

and it's not under the admin directory in any case the path to the error
messages is:

$ORACLE_HOME/rdbms/mesg/roaus.msg



*2

This e-mail message is confidential, intended only for the named recipient(s) above 
and may contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 
and delete this e-mail message from your computer, Thank you.

*2




RE: list of events

2002-05-14 Thread Rachel_Carmichael



actually that's the list of error messages, not events

and it's not under the admin directory in any case the path to the error
messages is:

$ORACLE_HOME/rdbms/mesg/roaus.msg




|+--->
||   |
||   |
||  Rajendra.Jamadagn|
||  [EMAIL PROTECTED]   |
||   |
||  05/14/2002 04:23 |
||  PM   |
||  Please respond to|
||  ORACLE-L |
||   |
|+--->
  >|
  ||
  |   To: [EMAIL PROTECTED] |
  |   cc: (bcc: Rachel Carmichael) |
  |       Subject: RE: list of events  |
  >|




$ORACLE_HOME/rdbms/admin/mesg/oraus.msg

Raj
__


Rajendra Jamadagni  MIS, ESPN Inc.


Rajendra dot Jamadagni at ESPN dot com


Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.


QOTD: Any clod can have facts, but having an opinion is an art!


 -Original Message-
 From: Babu Nagarajan [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 14, 2002 3:48 PM
 To: Multiple recipients of list ORACLE-L
 Subject: list of events

 All

 I know this has been mentioned on this list before but I forget...

 Which is the script in $ORACLE_HOME/rdbms/admin folder that contains the
 list of all events?

 TIA

 Babu(See attached file: ESPN_Disclaimer.txt)




ESPN_Disclaimer.txt
Description: Text - character set unknown


RE: list of events

2002-05-14 Thread Jamadagni, Rajendra



$ORACLE_HOME/rdbms/admin/mesg/oraus.msg
 
Raj
__
Rajendra 
Jamadagni  
    MIS, ESPN Inc.
Rajendra dot Jamadagni at ESPN dot 
com
Any opinion expressed here is 
personal and doesn't reflect that of ESPN Inc. 
QOTD: Any clod can have facts, but 
having an opinion is an art!

  -Original Message-From: Babu Nagarajan 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 14, 2002 3:48 
  PMTo: Multiple recipients of list ORACLE-LSubject: list 
  of events
  All
   
  I know this has been 
  mentioned on this list before but I forget... 
   
  Which is the script in 
  $ORACLE_HOME/rdbms/admin folder that contains the list of all 
  events?
   
  TIA
   
  Babu

***1

This e-mail message is confidential, intended only for the named recipient(s) above 
and may contain information that is privileged, attorney work product or exempt from 
disclosure under applicable law. If you have received this message in error, or are 
not the named recipient(s), please immediately notify ESPN at (860) 766-2000 and 
delete this e-mail message from your computer, Thank you.

***1