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: Best Approach for long-running Java Oracle Connection

Re: Best Approach for long-running Java Oracle Connection

From: Pete Finnigan <pete_at_petefinnigan.com>
Date: Mon, 13 Oct 2003 18:57:53 +0100
Message-ID: <Zpv6AbBheui$Ew0M@peterfinnigan.demon.co.uk>


Hi

Instead of polling why not use a trigger on the table to either start a dbms_job or send a message (dbms_alert, dbms_pipe, write a message to a file or whatever) to a waiting daemon?

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Mon Oct 13 2003 - 12:57:53 CDT

Original text of this message

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