soojinkim has asked for the wisdom of the Perl Monks concerning the following question:
"select to_char(trunc(first_time, 'HH24'),'DY DD-MON-YY HH24:MI') "HOUR", count(*) "LOG COUNT" from v$loghist group by trunc(first_time, 'HH24') order by trunc(first_time, 'HH24');"and generate a graph. I have installed PerlTk, DBI and DBD and now I am kind of stuck. If any of you have come across any thing to do that please let me know.
Thanks in advance. soojin kim
Edit kudra, 2001-10-17 Added some markup
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Create a graph from Oracle Queries
by MZSanford (Curate) on Oct 17, 2001 at 12:31 UTC | |
|
Re: Create a graph from Oracle Queries
by princepawn (Parson) on Oct 17, 2001 at 09:26 UTC | |
|
Re: Create a graph from Oracle Queries
by perrin (Chancellor) on Oct 17, 2001 at 17:41 UTC | |
|
Re: Create a graph from Oracle Queries
by {NULE} (Hermit) on Oct 17, 2001 at 21:01 UTC | |
|
Re: Create a graph from Oracle Queries
by soojinkim (Initiate) on Oct 18, 2001 at 10:56 UTC |