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: who to test connect string from a job

Re: who to test connect string from a job

From: Karen Abgarian <karen.abgarian_at_fmr.com>
Date: Thu, 26 Aug 1999 14:55:15 -0400
Message-ID: <37C58D93.43C1AF9D@fmr.com>


TNSPING is an utility to test connectivity during configuration, not during exploitation.

I guess what you actually need to do is to check at runtime if a node is available and
then to do some operation on it. To do something with the other node you'll need to
use a database link. I would suggest to do some dummy operation, like "select * from
dual_at_eee.acme.com" and check if it returns an exception. Or, even more simple,
just try to do what you need and check for exceptions.

Karen Abgarian.

Jorge wrote:

> Who can I make a TNSPING from an oracle job??
> maybe somebody can help me??
Received on Thu Aug 26 1999 - 13:55:15 CDT

Original text of this message

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