A couple of things

Greg Pigate

Member²
Version 7.0.3.1123

I have 2 things that are bugging me. It is probably me not knowing how to use them correctly in the new version so someone enlighten me.

1) Every time I open plsql dev I have to manually show the window list. Is there a way to get this thing to stay put?

2) When you have multiple sql statement queries in 1 sql window they all refresh every time. Is there a way to only get the statement your cursor is on to refresh or limit in some way so that not all of your statements execute again?
 
to 1):
activate / show the window list.
then in the menu Window -> Save Layout

to 2):
i always select the statement that i want to run and hit F8. The ; as separator seems not to work as in the Oracle SQL Developer.
 
Go to Tools / Preferences / SQL Window and make sure that AutoSelect Statement is checked. Then, when you press F8 or click the Execute icon, only the statement that your cursor is on will execute.

To execute all statements do Ctl-A to select them all, or manually select the ones you want, and press F8 or Click the Execute icon.
 
Back
Top