pid has asked for the wisdom of the Perl Monks concerning the following question:
Hi fellow monks!
I am praying to know the answer to the following question:
Is there any way to monitor the write operation (errr...like, putting a new row in it) to a table in a certain database (can be runs on MySQL, SQL Server, more likely to be Oracle) in real time?
What I want to gather is the number of records added into the table in a given time period. And, display the number, or even draw a "what's goin' on" graph.
Thanks in advance!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl to monitor a table in database
by moritz (Cardinal) on Oct 26, 2009 at 14:39 UTC | |
Re: Perl to monitor a table in database
by marto (Cardinal) on Oct 26, 2009 at 14:42 UTC | |
Re: Perl to monitor a table in database
by keszler (Priest) on Oct 26, 2009 at 14:44 UTC | |
by MidLifeXis (Monsignor) on Oct 26, 2009 at 15:29 UTC | |
by pid (Monk) on Oct 27, 2009 at 02:28 UTC | |
Re: Perl to monitor a table in database
by mje (Curate) on Oct 26, 2009 at 15:56 UTC | |
by pid (Monk) on Oct 27, 2009 at 01:52 UTC | |
Re: Perl to monitor a table in database
by pid (Monk) on Oct 26, 2009 at 15:19 UTC |