Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Latch free waits..
Mladen Gogala <gogala_at_sbcglobal.net> wrote in message news:<pan.2004.07.29.17.03.38.187843_at_sbcglobal.net>...
> On Thu, 29 Jul 2004 17:17:06 +0100, Norman Dunbar wrote:
>
> > The problem is, what happens if the OP is running MTS - it's a hell of a
> > jigsaw effort to find all the trace files and stich them together in the
> > right order - I know, I've had to do it :o(
>
> No, it isn't. It's actually extremely trivial:
>
> trcsess output=/tmp/mytrace.trc session=sid.serial#
>
> The command above will combine all trace files for the session
> into a single file which can then be further analyzed. What is so
> complicated about that?
whoa.
that saves having to connect via ssh to run dedicated server connections on the oracle server where we had shared servers configured thru a vpn tunnel.
thanks much for the info, Mladen.
-bdbafh Received on Thu Jul 29 2004 - 19:25:24 CDT