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: Bola Ogunlana <bolao_at_incads.demon.co.uk>
Date: 1997/05/15
Message-ID: <gmIOrHACq3ezEwy+@incads.demon.co.uk>#1/1

In article <5l7qv4$elf_at_chronicle.concentric.net>, jeff kish <ait_at_concentric.net> writes
>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?
>
>Thanks,
>Jeff Kish
>ait_at_concentric.net
>
>

try "select name from sys.v$parameter where name = 'sql_trace';"

if "name" = true sql_trace is switched on for the database;

-- 
Bola Ogunlana
Received on Thu May 15 1997 - 00:00:00 CDT

Original text of this message

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