Encrypt password in Linux command line
NeevFeb 21 2013 — edited Feb 22 2013Hi All,
Database version:11.1.0.7
OS:Linux
we have script which get executed daily. In that particular script we are using hardcoded password for schema example:
sqlplus ASBC/XXXXX @/tmp/test.sql </dev/null
I need to remove hardcoded password use. As same script is called for different instance which have different password for ASBC
Can you please provide me guid lines to do so?
Regards,
Neev