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 test a connect string user/password@instance without actually doing the connect

Re: How to test a connect string user/password@instance without actually doing the connect

From: Al <al_at_work>
Date: Tue, 28 Apr 1998 10:38:31 -0400
Message-ID: <6i4puf$b0f3@piper.ncr.pwgsc.gc.ca>


The TNSPING utility will only check whether there is an active Listener for the SID. It does NOT check whether the database is actually active.

Pavel Polcar wrote in message <01bd6f4b$bdbb4900$47c3657e_at_polcar_nt4006>...
>Hi,
>I think you have to distinguish two things: one is to check if the instance
>is alive and kicking, this can be done with the TNSPING program like this:
> TNSPING <sid>
>(the name TNSPING may be different, check your ORACLE_HOME/bin directory);
>the second is the matter of valid user and password which I believe cannot
>be checked without attempting to connect.
>
>HtH
>--
>Pavel Polcar
>
>Freddy Knoll <freddy-knoll_at_software-kompagniet.com> wrote in article
><353F35C3.1C6D4A67_at_software-kompagniet.com>...
>> Is it possible to test a connect string user/password_at_instance without
>> actually doing the connect ?
>>
>> Regards,
>> Freddy Knoll
>>
Received on Tue Apr 28 1998 - 09:38:31 CDT

Original text of this message

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