Hiding password in a .bat file
572758May 2 2011 — edited May 3 2011Stand alone .sql scripts are saved in a shared folder in the network (OS Windows)
How can I hide the password and call it from a .bat file which connects to Oracle Database and executes the script.sql
test.bat
--------------------------------------------------------
sqlplus login/password@database_name
@C:\sqlscript\script.sql
pause
--------------------------------------------------------
Thank you,