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: How to check that a remote database is up (using SQL)

Re: How to check that a remote database is up (using SQL)

From: Uchakra <uchakra_at_aol.com>
Date: 21 Dec 2001 06:24:59 GMT
Message-ID: <20011221012459.12729.00000362@mb-ct.aol.com>


select * from dual_at_remotedb should be
fine.

If any core application-specific table name is known,

select * from table_at_remotedb

would produce some results that
would confirm that the database and the
application table both are available. Received on Fri Dec 21 2001 - 00:24:59 CST

Original text of this message

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