Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQLPLUS login
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
![]() |
![]() |