Recent content by Benny

  1. B

    Default windows

    Hi, Is there a way to do this in plsql dev v12 without using a plugin? Or is there a more recent plugin that does this? I tried the startupoptions plugin with latest pl/sql developer 32bit v12.0.7 but plugin gives error unable to create a new ini file. And version 64 bit of pl/sql developer...
  2. B

    Is it possible to startup with specific .sql file each time (but not execute it)

    Thank you, that plug in is perfect. It gave me much more flexibility at startup than I was expecting. Very nice
  3. B

    Is it possible to startup with specific .sql file each time (but not execute it)

    Hello, Is it possible to automatically open an often used .sql each time I startup PL/SQL Developer. I don't want it to automatically execute though. The file contains often used and convenient SQL, Oracle API calls, anonymous blocks etc. It shouldn't auto execute though as it isn't a...
  4. B

    Execute query without selecting entire query

    Thank you @Hilarion That makes sense using the forward slash. It had been so long since using sqlplus for development that I forget those little nuances. Thanks again
  5. B

    Execute query without selecting entire query

    Thank you for suggesting that pluggin. It solved the problem I was having where plsql developer would not AutoSelect if my script/sql file contained an anonymous block elsewhere in the same script. For example, if my script contained this: Then, even with AutoSelect enabled, it would fail if...
Back
Top