Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: (Ultimate ??) Login.sql ??
cathexis wrote
>when I open an application such as SQL*PLUS it will
>always prompt me for login(Username/Passwd).
As far as I know login.sql is executed *after* the actual login. So you would have to add the option -nolog to the command line of SQL*Plus to avoid Oracle prompting you for a login and then in login.sql add a line connect scott/tiger. In Win95, to add the option -nolog to the command line, you'd have to adjust the shortcut. But then it would be easier to simply add the username and password to this shortcut. The command would be something like
C:\orawin\bin\plus32.exe scott/tiger
Arjan. Received on Sat Jan 09 1999 - 09:04:02 CST
![]() |
![]() |