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

Home -> Community -> Usenet -> c.d.o.misc -> Re: notify clients on database updates

Re: notify clients on database updates

From: roger <xrsr_at_rogerware.com>
Date: Sun, 26 Oct 2003 03:16:18 GMT
Message-ID: <Xns941FCF4923080rsrrogerwarecom@63.240.76.16>


Rene Nyffenegger <rene.nyffenegger_at_gmx.ch> wrote in news:bnbulj$vlvbk$1_at_ID-82536.news.uni-berlin.de:
>
> Seems like you're looking for dbms_alert
>
> From the documentation:
> DBMS_ALERT supports asynchronous notification of database events
> (alerts). By appropriate use of this package and database triggers, an
> application can notify itself whenever values of interest in the
> database are changed.
>
> [...]
>
> Alerts are transaction-based. This means that the waiting session is
> not alerted until the transaction signalling the alert commits. There
> can be any number of concurrent signalers of a given alert, and there
> can be any number of concurrent waiters on a given alert.
>
>
> hth
> Rene
>
>

DBMS_ALERT seems to be just the ticket.
Thanks very much for that. Received on Sat Oct 25 2003 - 22:16:18 CDT

Original text of this message

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