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: Notification on an Oracle table modification to a serverside Java program

Re: Notification on an Oracle table modification to a serverside Java program

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 28 Oct 2004 17:53:57 -0700
Message-ID: <1099011177.733569@yasure>


Marc wrote:

> Hi Community!
>
> Im looking for a method to send a notification to my JAVA programm (in
> my case a Servlet) if an entry of an Oracle 8i table changes.
>
> The Servlet is a serverside Cache, which caches dynamical data and
> needs an instant update if any data in the underlying Backend DB
> changes.
>
> I appreciate ANY hints and comments!
>
> Best wishes,
>
> Marc

Look at a database trigger in combination with advanced queuing. I think those capabilities existed back in the dark ages of 8i. ;-)

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Oct 28 2004 - 19:53:57 CDT

Original text of this message

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