If I am logged on to a diskless workstation the only way to connect to
the database on the server is:
sqlplus username/password@T:depot:A
This works fine, but if anybody else who is logged on to the same
workstation runs "ps -ef" my password is displayed.
This is an unacceptable security risk.
Does anybody know a different way to connect to the database without
having the password on the command line?
I have tried a few things but only with the password on the command line
the connection is made.
Thanks very much for any help,
Bernd
--
Bernd Gill Dept. of Computer Science
Victoria University of Wellington
Email: be...@comp.vuw.ac.nz Wellington, NEW ZEALAND
Phone: +64 4 721-000 x8658
Set your TWO_TASK environment variable. For example, in a c-shell you would
type:
setenv TWO_TASK T:depot:A
Then when you try to connect to the database on the server, Just type:
sqlplus
Oracle will bring up the login screen, which prompts for your login name and
password.
--
-----------------------------------------------------------------------
In-Real-Life: Michelle Midkiff, Thalatta Corporation, (+1 206 455 9838)
Domain: mid...@Thalatta.COM Path: ...!sun!sunup!thebes!midkiff
Anybody out there using Oracle 5.1.17.4 with HP-UX 6.5?
How's it going? Notable problems?
- Jan Stetson -