Monitoring software

Hi,

Not sure if this is the proper place to ask but I will try anyway.

For some time now I have been using SQL Monitor to monitor all the actual SQL being executed for a given application. Now I wonder if there are any addons/plugins similar to SQL monitor available for PL/SQL Developer?

Thanks!

/Mattias
 
Thanks!

Not sure if this is exactly what I'm after or perhaps I didn't fully understand the functionality of PlotWindow.
Anyway, SQL monitor allows you to "sniff" a given application and see all the actual SQL and PL/SQL that is being executed by the app. All the SQL and PL/SQL is outputted with a timestamp as well making it possible to follow the exact execution of SQL and PL/SQL for a given app. And this is extremely useful! Can you do the same with PlotWindow?

Thanks!
 
Although the following are no plugins/addons for PL/SQL Developer, I found 2 alternatives that can be used:

OCISPY (http://www.geocities.com/ocispy/), but it is not maintained anymore since 2001

OCI monitor (http://sourceforge.net/projects/ocimonitor/): it looks like this is relatively new and actively maintained

 
Back
Top