using parameters

daprie

Member
I have read several messages in this forum that refer to using parameters when starting PL/SQL Developer to solve issues. How do you use these parameters in Windows XP?
 
In you PL/SQL Developer shortcut in the start menu, right mouse click and select properties. In the 'target' box you will find a command like: (double quotes included)

"C:\Program Files\plsql developer 7.1\PlSqlDev.exe"

If you want to add command line parameters, just put them after the command above, eg.

"C:\Program Files\plsql developer 7.1\PlSqlDev.exe" nosplash NoQueryHint desktop=my_desktop
 
Back
Top