Hi EverB,
I am writing a shell script which logs into database and do some processing.The userid and passwd to log into the database is given as a parameter.
The problem is when u ececute ps -ef|grep -i scriptname,
it reveals the username and pwd which i want to avoid.
How can i achieve this.
Thanks in Advance ,
Arun