Wednesday, June 22, 2005

How to enter passwords in shell?

echo "Enter password:"
stty -echo
read password
stty echo
echo

Need to find as to which oracle seesions are active, need to kill session which are of particular user.
SQLPLUS + SHELL scritps

No comments: