Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Perl and DBI Info From Tim Bunce (dtd July 2004)
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
-- 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
![]() |
![]() |