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: trace and tkprof

Re: trace and tkprof

From: Chuck Hamilton <chuckh_at_dvol.com>
Date: 1997/05/13
Message-ID: <337d61cd.1545644@news.dvol.com>#1/1

ait_at_concentric.net (jeff kish) wrote:

>Hello!
>
>I have a customer with some complaints regarding performance.
>We found out that SQL*Net logging was turned on and left on which
>evidently bombs performance.
>
>I wonder now if perhaps they also have SQL_TRACE turned on for their
>server, or at least some sessions. Is there some way I can determine
>from within a pro-c application I have written that this is the case
>so I could inform them?
>
>Could SQL_TRACE be responsible for some marginal performance losses?

Could be. Query the V$PARAMETER view to see if it's on -

SELECT value FROM V$PARAMETER WHERE name = 'sql_trace';

--
Chuck Hamilton
chuckh_at_dvol.com

If at first you don't succeed, skydiving isn't for you.
Received on Tue May 13 1997 - 00:00:00 CDT

Original text of this message

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