Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: (Ultimate ??) Login.sql ??

Re: (Ultimate ??) Login.sql ??

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Sat, 9 Jan 1999 16:04:02 +0100
Message-ID: <36976fe3$0$8641@newton>


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

Original text of this message

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