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

Home -> Community -> Mailing Lists -> Oracle-L -> Re:database events

Re:database events

From: <dgoulet_at_vicr.com>
Date: Wed, 24 Jan 2001 10:46:01 -0500
Message-Id: <10751.127365@fatcity.com>


Ajay,

    The DBMS_PIPE package works well, but be careful as pipe sizing is a very flaky science. DBMS_ALERT will work too, but it is kind of like a post-it-note pad. The alert is on top of the pad. If a second alert occurs before you respond to the first, the first one gets lost. Also look into DBMS_AQ for the advanced queuing stuff.

Dick Goulet

____________________Reply Separator____________________
Subject: database events
Author: "Ajay Khandelwal" <ajay_at_tems.com> Date: 1/23/2001 3:12 PM

Hi Gurus,
I am trying to find out all possible ways I can signal agents in my external system to notify about the database events.Like if there is any insert,update in a table I want to notify a proc*c ,c++ agent about that. One solution is database pipe ,anything else ? Any other ideas ...

-Ajay

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Ajay Khandelwal
  INET: ajay_at_tems.com

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: ListGuru_at_fatcity.com (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). Received on Wed Jan 24 2001 - 09:46:01 CST

Original text of this message

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