Wednesday, February 8, 2012

Disable "Save Password" in SQL Developer

Handy information for people who connect to various databases, yet share their workstations. You may have SQL Developer where you tend to store passwords, and to prevent accidental connection to your databases when others use the machine, it is safe to disable the "Save password" option on your SQL Developer.

Edit the sqldeveloper/bin/sqldeveloper.conf and add this:
AddVMOption -Dsqldev.savepasswd=false



No comments:

Post a Comment