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: SQLPLUS login

Re: SQLPLUS login

From: Karen Abgarian <karen.abgarian_at_fmr.com>
Date: Tue, 14 Sep 1999 10:53:21 -0400
Message-ID: <37DE6160.C6FBA22E@fmr.com>


There's no way. The workaround is to check if a user can connect prior to executing sqlplus. F.e. there's a handy Oracle's oiconnect utility, it
takes a connection specifier and returns 0 if it can connect and 1 if not.

Regards,
Karen Abgarian.

grsnow_at_my-deja.com wrote:

> When trying to log into SQLPLUS 8.0.5, if a user enters the wrong
> username or password, then he/she is prompted twice more for a correct
> username/password. Is there a way to not reprompt the user?
>
> This is important if sqlplus is run from the command line. If the
> wrong password is entered I do not want to be reprompted for the right
> password. Is there a way arround this reprompting?
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Tue Sep 14 1999 - 09:53:21 CDT

Original text of this message

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