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: How do I detect inserted record or updated record dynamic in oracle?

Re: How do I detect inserted record or updated record dynamic in oracle?

From: -={Giorgio}=- <leva.md3496_at_mclink.it>
Date: Tue, 26 Aug 2003 12:36:48 +0200
Message-ID: <bifcvk$13vc$1@newsreader1.mclink.it>

> I need some helps to find solution for
> detecting inserted or updated record in the table.
[...]
> donghwa

It's not clear to me what are you trying to achieve... If you're talking about broadcasting updates on the db to web pages, well it's a tricky situation. What i have seen so far, it's a quite complex architecture with a broker server side and few "applets" client side. The applets has the duty to tell the browser to refresh pages and the broker has the duty to broadcast changes to applets...
from the DB to the broker it's quite straightforward (dbms_pipe, extproc...) the rest is a mess... :)

/G Received on Tue Aug 26 2003 - 05:36:48 CDT

Original text of this message

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