when we call sqlplus in shell script, how to hide password from seeing directly in file? - 9iR2 Sol1
when we call sqlplus in shell script, how to hide password from seeing directly in file? 9iR2 Sol10
like this
[/oracle/product/920/kulchart][TEST10G]cat t2.sh
sqlplus -s yit/yit_1234 @t2.sql
just want to hide the password from anyone even root.
Please help on this.
Thank you very much,
Kulchart