Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Checking if remote database is up

Re: Checking if remote database is up

From: stephen booth <stephenbooth.uk_at_gmail.com>
Date: Tue, 26 Apr 2005 15:14:10 +0100
Message-ID: <687bf9c405042607147e14cfe7@mail.gmail.com>


On 4/26/05, Gene Sais <Gsais_at_co.palm-beach.fl.us> wrote:
> I prefer to do the check outside the db from a ksh script. It's not goin=
g to help when the db doing the check is down :).

If the local DB is down then the app can't run anyway so this isn't a problem. Most of the transactions only use the local database. We need a check that can be done before the transactions that need the remote database to make sure it's available and return an appropriate value. From what the consultants who are implementing the app are telling me it can be ammended to run an extra function and then do or not do a transaction based on that result. What it can't handle is a transaction failing, it can't trap and handle exceptions.

Stephen

--=20
It's better to ask a silly question than to make a silly assumption.

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 26 2005 - 10:18:27 CDT

Original text of this message

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