Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Perl and DBI Info From Tim Bunce (dtd July 2004)

Re: Perl and DBI Info From Tim Bunce (dtd July 2004)

From: Michael Thomas <mhthomas_at_yahoo.com>
Date: Sun, 22 Aug 2004 11:06:10 -0700 (PDT)
Message-ID: <20040822180610.79147.qmail@web50605.mail.yahoo.com>


Hi Carel-Jan,

Thanks. You have sharp eyes. :-)  

There are two similar named files in the DBD-Oracle-1.15 directory. The one with .pl extension appears to generate the other (no extension). I hacked 'ora_explain' (no extension) for fun.

Around line 1133 add:
$qry1 .= qq{ and first_load_time > to_char(sysdate - 1/(24),'yyyy-mm-dd/hh24:mi:ss')};

Retrieves only the last hour from v$sqlarea, and easy to modify. It may help because app defaults to fetch only 100 SQL.

Thanks again.

Regards,

Mike Thomas


Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Sun Aug 22 2004 - 13:01:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US