use encrypted password in create db link script
spur230Sep 14 2010 — edited Sep 17 2010I am using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi.
I have a script that creates all db links for a schema. The script currently has hardcoded password use to create db link. We do not want to hardcoded password in the script.
I am planning to manually ask to input the password using accept command in sqlplus but this may be time consuming because there are many db links. So, I wanted to know if there are any better options ? Is there any way to use encrypted password in the sql file?
Thanks for any suggestion.