Hello,
I'm trying to start the PL/SQL-Developer using batch:
start "" "C:\Program Files (x86)\PLSQL Developer\plsqldev.exe"
It starts the PLSQL-Developer, I can login and when it says "Loading Plug-Ins" it crashes. Can you tell me why and how I can fix this?
Nik
Hello,
at the moment I'm working on an PL/SQL-Developer-Extension / Plugin. I used the BeforeExecuteWindow(int WindowType) Event to get noticed before a window gets executed. My question: Is there a way or an event that fires if a command in the 'Command Window' of the PL/SQL-Developer gets...