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

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

Checking if remote database is up

From: stephen booth <stephenbooth.uk_at_gmail.com>
Date: Tue, 26 Apr 2005 11:52:58 +0100
Message-ID: <687bf9c40504260352304e47c7@mail.gmail.com>


One of our new systems (Documentum from EMC) uses a database link to a remote database (Ocella from Ocella) for some processes. Due to organisation politics the people managing the Ocella database don't tell the people managing Documentum when they're taking their system down (the joys of working in the public sector). Documentum can do most of it's functions when Ocella is down, it just can't do certain transactions, unfortunately it's currently not very good at dealing with situations where the Ocella database is down.

We're looking at some way of checking if the Ocella database is up before trying a transaction that needs it then reporting back to the user if it's down. What we're currently thinking of is putting an empty table in the Ocella database then querying that from a PL/SQL function over the link and trapping the error. If we get data or 'No Rows Returned' then we know that the database is up and the link is working. If we get an ORA-03113 then we know that the database is down or the link isn't working for some other reason (e.g. Network broken again). the function returns either TRUE or FALSE depending on whether the remote dtabase is up or not.

Does anyone have experience of a similar situation? Is there a more elegant/reliable method? Anything I've failed to consider that will make this all blow up?

Thanks

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 - 06:57:14 CDT

Original text of this message

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