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: Missing CPU time from 10046

Re: Missing CPU time from 10046

From: <mccmx_at_hotmail.com>
Date: 3 Oct 2006 00:15:00 -0700
Message-ID: <1159859700.696425.255840@e3g2000cwe.googlegroups.com>


> I still recommend getting and reading Cary Millsap's book. It will
> help you drive through this debugging exercise to deeper understanding
> of exactly what is happening in your environment.

I read the book cover to cover about a year ago. I had another read through certain 'heavy' chapters last night.

It turns out that the reason the oracle.exe was consuming so much CPU which couldn't be accounted for in the 10046 trace was because someone had enabled a SQL Net level 16 trace in the sqlnet.ora file.

The process that was slow issues millions of database calls, each of which was generating many lines of SQL Net trace data (creating a 2Gb file).

Once this had been turned off the response time dropped dramatically.

Thanks for your help.

Matt Received on Tue Oct 03 2006 - 02:15:00 CDT

Original text of this message

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