Real-Time SQL Monitoring

B_P_100

Member²
Does PL/SQL Developer 9.x have built in support for displaying the relatively new Real-Time SQL Monitoring feature (available in Oracle R11). It is exposed in the latest versions of Oracles's SQL Developer tool.

This feature seems to be an enhanced Explain Plan type of thing and it seems like it should be on the list of possible future enhancements (if it isn't already available) in PL/SQL Developer. It allows one to monitor long running, resource intensive SELECTs while they are still operating. It might be cool to have access to this on the Tools menu.

Here's a link describing this feature
http://www.oracle.com/technetwork/database/focus-areas/manageability/sqlmonitor-084401.html
 
Back
Top