Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: notify clients on database updates
roger wrote:
>Hi, I've got another one of "those" kinds of questions.
>Here's the scoop....
>
>Middleware application server process reads and caches
>(builds objects out of) various database rows at startup,
>and uses these values to perform lots and lots of frequently
>required operations.
>
>The nature of these row values is that while they don't
>change often, they can and do change occasionally.
>
>
>So, I need some sort of mechanism by which my application
>level code (either C++/OCI or C#/ado.net) can be
>"notified" when such changes take place.
>
>I can think of a couple of ways to start down the path,
>but first I'm wondering if there is some well known approach
>to doing this kind of thing - surely I can't be the first
>one to have wanted to do something like this.
>
>
>Thanks for your consideration.
>
>
>And before I forget to mention it yet again -
>I'm using Oracle 9.2.
>
>Thanks.
>
>
AFTER UPDATE trigger writes notification to a table
DBMS_PIPE sends communication directly to C program
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Thu Oct 23 2003 - 17:48:27 CDT
![]() |
![]() |