How to invoke PLSQL developer from command line and indicate the role to connect as

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"
 
Back
Top