Add new comment
Long Operations Real Time Viewer - Perl
Submitted by dave on Sun, 03/28/2010 - 00:50
Purpose
Monitor Long Operations inside an Oracle Database using Perl/DBI.
This can be useful for monitoring Table Scans, Index Rebuilds, and Exports.
Source Code
https://github.com/dmann99/oscripts/blob/master/longops-perl/longops.pl
Shell Script Example
https://github.com/dmann99/oscripts/blob/master/longops-perl/longops.sh
Tags: