2 Enhancements

tphalen

Member
Thanks for a great product. Could you think of adding a couple of items down the road?

1) More tablespace commands/wizards for building, altering, enabling, disabling and dropping.

2) Command line options to start it like starting sqlplus.
account/password@instance @routine
and maybe something to show what window to start in: -window sql

Thanks,
Tom
 
1) More tablespace commands/wizards for building, altering, enabling, disabling and dropping.
I have added this to the list of enhancement requests. Note that you can use the Browser Extender Plug-In to add some functionality.
2) Command line options to start it like starting sqlplus.
There are several command line parameters possible. For example:

plsqldev.exe userid=scott/tiger@chicago commandfile="u:\sql scripts\demo_build.sql"

This command will first connect to the database and subsequently run demo_build.sql. See chapter 28.4 in the User's Guide for more information.

Furthermore there is a "Startup Options" Plug-In available that may be os use.
 

Similar threads

Back
Top