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 -> DBMS_ALERT package question

DBMS_ALERT package question

From: Unknown <zgeist_at_ee.ee.net>
Date: 1997/02/27
Message-ID: <5f527c$nt6@news1.ee.net>#1/1

Greetings all -

I have the following piece of code:

create or replace trigger triggername
before insert on tablename
for each row
begin
  dbms_alert.signal('CHECK_STATS','blah'); end;

Which results in the following error:

PLS-00201: identifier 'SYS.DBMS_ALERT' must be declared

Could anyone give me some insight into this problem ?

Thanks in advance !!

Some additional information: One machine is 7.2.3 and one is 7.3.2

Brett
zgeist_at_ee.net Received on Thu Feb 27 1997 - 00:00:00 CST

Original text of this message

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