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

Home -> Community -> Usenet -> c.d.o.server -> Re: Perl program to decode memory dump to timestamps in 10046 trace files.

Re: Perl program to decode memory dump to timestamps in 10046 trace files.

From: Luso Joe <lusoman_at_hotmail.com>
Date: Thu, 28 Sep 2006 21:28:06 -0700
Message-ID: <sv7ph2t8si12cn4hen2k25i5ok8t5k3jdu@4ax.com>


On Thu, 28 Sep 2006 21:21:37 -0700, Luso Joe <lusoman_at_hotmail.com> wrote:

The following two sets of lines wrapped incorrectly. The sets should each be on one line.

>printf "\nTimestamp is: %02d %s %4d %02d:%02d:%02d.%s\n\n",$dy,
>$months[$mo-1],(100*($cy-100)+($yr-100)),($hr-1),($mi-1),($ss-1),$tsfrac;

> if (length($ARGV[$i])!=8) {die "Incorrect length for argument "
>,$i+1,": got ",length($ARGV[$i]),", should be 8";}
Received on Thu Sep 28 2006 - 23:28:06 CDT

Original text of this message

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