Logon History improvements

In PL/SQL Developer 6.0 - New Features (http://www.allroundautomations.com/plsqldev6.html) is saied that :
" Logon History improvements
The Logon History can now be automatically sorted by username, database/username, or logon date. Furthermore you can now group your fixed connections into logical categories..."
in last release 6.0.0.804

Where and how could it be done ?

Thanks...
 
Hi,

you can set this under tools->preferences->logon history:

- enable store history (so that sorting can work)
- on Fixed User enter for example

Code:
> ora92
  dev/xxxxxx@ora92
  utp/xxxxxx@ora92
  oraqa/xxxxxx@ora92
  > oracle
  scott/xxxxxx@oracle
here ora92 and oracle are the categories(databases) I want to group and dev, utp, ... are the schemas I want to see.
for xxxxxx enter your password password.

HTH,
Uli
 
Back
Top