Re: Hide Password in SQL Plus
Date: 1996/09/23
Message-ID: <3246C641.578E_at_lombard.co.uk>#1/1
Chris Jones wrote:
>
> "Brian M. Biggs" <bbiggs_at_cincom.com> writes:
> > Dave Erwin wrote:
> > > sqlplus /nolog -- start sqlplus but do not logon
> > > connect username/password -- logon
> >
> > I used to do this on VMS, but under UNIX it doesn't look like SQL*Plus
> > supports the /nolog parameter. Anyone else seen this?
>
> It works for me. The /nolog option is a generic part of SQL*Plus in
> command line environments.
>
> --
> Christopher Jones, cjones_at_au.oracle.com
>
> "The opinions expressed here are my own, and are not necessarily those
> of Oracle Corporation."
one of our 'c' gurus has written a program called _sqlplus which calls sqlplus in some way as to not generate the command lime on the unix ps buffer. Everyone then uses sqlplus as an alias to _sqlplus.
Call me off line for more details.
Rgds Paul Tame. Received on Mon Sep 23 1996 - 00:00:00 CEST