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: query tuning using tkprof80

Re: query tuning using tkprof80

From: tmgn <tmgn_at_excite.com>
Date: Fri, 2 Jul 1999 15:54:12 -0400
Message-ID: <7lj5di$347$1@ffx2nh3.news.uu.net>


Try referring with the Object owner sys like sys.dbms_system.set_sql_trace_in_session( ); within a PL/Sql Loop..

-Thiru
Franz Mueller <franz.mueller_at_orbis.de> wrote in message news:377ced1d.25100082_at_news.salink.net...
> Hi,
>
> I would like to trace the queries from a given app. How can I make a
> trace file that I could later analyze with "tkprof80"?
> If I try the "dbms_system.set_sql_trace_in_session(sid,serial,true)" I
> get a "identifier must be declared" error message. What is wrong?
>
> Thank you
> Franz
Received on Fri Jul 02 1999 - 14:54:12 CDT

Original text of this message

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