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

Best Approach for long-running Java Oracle Connection

From: Keithadler <keithadler_at_aol.com>
Date: 13 Oct 2003 15:30:52 GMT
Message-ID: <20031013113052.22348.00000429@mb-m29.aol.com>


Hello, I'm creating a Java Application that will poll an Oracle database on a frequent basis (every minute) to query a table to determine if a pseudo-job should be run. What is the best approach for establishing this single long-running connection, as well as ensuring that it gracefully deals with things such as database downtime for backups, etc.?

I appreciate your assistance. Received on Mon Oct 13 2003 - 10:30:52 CDT

Original text of this message

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