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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Events

Re: Oracle Events

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 06 Feb 2002 23:02:23 +0000
Message-ID: <3C61B5FF.52D6@yahoo.com>


Christian Lang wrote:
>
> Hi,
> is there any Documentation or description
> about Events which can set in init.ora or with oradebug.
> e.g.
> event="......."
>
> tia
> Chris

begin
for i in 10000 .. 10999 loop
  dbms_output.put_line(sqlerrm(-1*i));
end loop;
end;

or thereabouts

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Wed Feb 06 2002 - 17:02:23 CST

Original text of this message

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