Authentication [message #451926] |
Mon, 19 April 2010 00:49 |
supriya_546
Messages: 56 Registered: October 2005 Location: hyderabad
|
Member |
|
|
Hello,
I need to authenticate OS user & password.
In detail my requirement is...
if i login to OS it should not ask username and password while connecting to my database. (same username and password (of UNIX) has to use for databse also).
in other words i want to use
" sqlplus / my_procedurename " this command i want to use in unix shell script (without giving any username and password here).
quick answers are appreciated.
Thanks,
Supriya
|
|
|
Re: Authentication [message #451929 is a reply to message #451926] |
Mon, 19 April 2010 00:53 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
2 solutions:
- Use an externally identified user
- Use an External Secure Password Store
(Both are searchable in documentation.)
Regards
Michel
|
|
|