HOw to start app "clean"

How can I start pl/sql developer in "safe" mode and not load any previous state? I keep getting an error "This is not a test script" and the app takes 5 minutes to get to that. I want to launch the app "clean" thanks
 
You can modify the PL/SQL Developer shortcut and add the NoLoadDesktop parameter. For example:

"C:\Program Files (x86)\PLSQL Developer\plsqldev.exe" NoLoadDesktop
 
Back
Top