Feature Request - Logins

I am a developer at Intel and I connect to anywhere from 30-40 databases.
I was wondering if it would be possible to organize the logins a bit differently.
I think it would be really useful if you could put the login functionality into a folder structure or menu type system.
I have about 30 different sites I have to connect to and in each site there is typically 2-3 servers.

Here is an example
 
In the Logon History preferences you can define a number of fixed accounts in the Fixed Users section, with or without password. These fixed accounts will always be displayed and will never automatically be removed. You can additionally define submenu items for these fixed users by adding >menuname. In the example below, a submenu is created for chicago and detroit:

Code:
>chicago
scott/tiger@chicago
sys@chicago as sysdba
>detroit
scott/tiger@detroit
sys@detroit as sysdba
larry@detroit
 
there are a couple of other enhancements that would be good.

a minus '-' for a seperator
a left alligator '
 
A minus already inserts a separator. To close a submenu, simply enter a single > (with nothing behind it). I noticed that this is apparently not documented.

I have added your suggestion for a description to the list of enhancement requests.
 
Back
Top