L leor amikam Member Apr 14, 2020 #1 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
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
Marco Kalter Administrator Staff member Apr 15, 2020 #1 You can modify the PL/SQL Developer shortcut and add the NoLoadDesktop parameter. For example: "C:\Program Files (x86)\PLSQL Developer\plsqldev.exe" NoLoadDesktop
You can modify the PL/SQL Developer shortcut and add the NoLoadDesktop parameter. For example: "C:\Program Files (x86)\PLSQL Developer\plsqldev.exe" NoLoadDesktop