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

Home -> Community -> Usenet -> c.d.o.misc -> Re: TKPROF

Re: TKPROF

From: Riccardo Ravelli <rravelli_at_tecnologistica.it>
Date: Thu, 30 Jul 1998 09:06:52 +0200
Message-ID: <35C01B8B.B7E4B083@tecnologistica.it>


I know that there is a bug on some versions of the tkprof. The work around on UNIX platform is remove the 'APP' pattern from the trace file. You can do this with:

grep -v APP ora_88883.trc > tmp.trc

and next run the tkprof with the tmp.trc file.

Riccardo

Matt Surico wrote:

> Yanfeng Feng wrote:
>
> > I generate a trace file, want to use TKPROF to format the output
> > but get a core dump. I try several times, same thing. The
> > format is TKPROF ora_88883.trc ora_88885.out, the trace file
> > is there. Am I wrong on some stage.
> >
> > Thanks in advance,
>
> On what operating system are you working? And what version of the
> Oracle RDBMS are you running? Seems like you are using the command
> correctly! If Unix, and you don't have permission to read the .trc file
> or write to the directory, I would expect you'd get a 'permission
> denied' error from the shell before you got a core dump. Strange!
>
> Matt
>
> --
> Matt Surico
> Oracle Certified Database Administrator
> surico_at_buoy.com
> http://www.buoy.com/~surico
Received on Thu Jul 30 1998 - 02:06:52 CDT

Original text of this message

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