Another suggestion to add onto this. When this opens a new SQL window, can you change the title of the window to the name of the SQL text. Sometime I open a new window and recall SQL when I already have the same SQL open in another window and don't remember that it is there. Naming it after the...
I use a named SQL plugin quite a lot, as well as the "Standard Query" functionality built into the program. They are both slightly different and slightly hard to get to. I would like to suggest the following enhancements to the "Standard Query".
1) Menu item that has a drop down showing all of...
We are experiencing a lot of problems when trying to debug code in the test window. This often results in the entire program freezing up before we can even step into the first line of code. Running the same code in a command window works fine, as well as running it from sqlplus. This has gotten...
Right click in the SQL code window, select change window type and change it to a command window, then execute it and the results will print sequentially, as they would in sqlplus.
I have a view with an instead of trigger. I can update the view with an update statement, but when I use the "edit data" option in PL/SQL Developer, it doesn't allow edits because it's using "select for update" to allow editing.
Any ideas about how to get around this? I want to allow certain...