X xuruiqiang Member Aug 11, 2020 #1 How to invoke PLSQL developer from command line and indicate the role to connect as, like sysdba?
Marco Kalter Administrator Staff member Aug 12, 2020 #1 You can user the userid parameter and add "as sysdba". Due to the spaces in the parameter value you need to add quotes. For example: plsqldev.exe userid="sys/password@chicago as sysdba"
You can user the userid parameter and add "as sysdba". Due to the spaces in the parameter value you need to add quotes. For example: plsqldev.exe userid="sys/password@chicago as sysdba"