"Every time you start PL/SQL Developer, it will prompt you for at least the password. To avoid this, you
can supply a userid parameter with the familiar username/password@database format:
plsqldev.exe userid=scott/tiger@chicago "
What if there is an "@" symbol in my password?
For example, my...