D Digistras Member May 10, 2018 #1 Hi guys, I'm on PL SQL Developer 12.0.7 and I'm trying launch it through Command Line which should auto inject the username and password but I'm having issues with getting it to work. I tried it with the following command: plsqldev.exe userid=scott/tiger@chicago Last edited: May 10, 2018
Hi guys, I'm on PL SQL Developer 12.0.7 and I'm trying launch it through Command Line which should auto inject the username and password but I'm having issues with getting it to work. I tried it with the following command: plsqldev.exe userid=scott/tiger@chicago
Marco Kalter Administrator Staff member May 11, 2018 #1 Perhaps you need to pass the parameter value in quotes? plsqldev.exe userid="scott/tiger@chicago"