enhancement request : Explorer - user - context menue

orca777

Member³
hi,
as DBA i am able to :

alter user xy account lock;

- i would like to have this in the context menue
- locked user should colored in a different way as non-locked

regards
Carl r.
 
- i would like to have this in the context menue
You can download the Browser Extender Plug-in and create an extension for this.
- locked user should colored in a different way as non-locked
The Browser Extender Plug-In can display this in the Context Menu. I have added this to the list of enhancement requests though.
 
Hello,

Commands (extensions) in Browser Extender plug-in are simply a sql statements or pl/sql anonymous blocks.
You do not need any development environment, all you need is a plug-in.

Joachim Rupik
 
Originally posted by jrupik:
Hello,

Commands (extensions) in Browser Extender plug-in are simply a sql statements or pl/sql anonymous blocks.
You do not need any development environment, all you need is a plug-in.

Joachim Rupik
Thx!!!
Carl
 
Back
Top