44 results found
-
dbMonitor needs an upgrade, adding some basic common sense functionality
It's about time dbMonitor had a long awaited upgrade with some really basic common sense pieces of functionality added.
1) Add buttons to clear terminated processes and all processes. Come on guys, having to select each process one by one to clear it is, quite frankly, ridiculous and poor UI design.
2) Parameters should be formatted according to the DB you're connected to.
E.g. for Oracle
Like this...
:SrcSchema VARCHAR2(13) :='MY_SCHEMA' ;rather than this
:SrcSchema(VARCHAR[13])='MY_SCHEMA'
Why? Well it allows us developers to set up anonymous blocks quickly to test the same call, if say an error occurs. Currently I…1 vote -
pass fetch duration to DB Monitor
db Monitor has fetch checkbox that is useless at the moment.
It would be nice if the fetch time would be sent to the db monitor1 vote -
Add DBMonitor support for notifications
For debugging purposes we often add
raise notice '%', some_variable
which is handy because can give us back information without stopping the app like 'warning' or 'exception' would.It would be great if DBmonitor could catch such notice and show somehow.
1 vote -
VirtualDAC Debug info shown in DBMonitor
Unlike other product such as ODAC, for virtualDAC, as now I am using VirutalQuery, if debug is set to true, it seems that dialog will be shown at each step, which make the debug in thread/service very difficult.
Is it possible, like TOraMonitor of ODAC, we have have sort of TVirtualDACMonitor for VirtualDAC, to push the debug information to dbmonitor, the same behavior as of other product family?
1 vote
- Don't see your idea?