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: Brain Death

Re: Brain Death

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Thu, 10 May 2001 13:23:33 +0100
Message-ID: <3afa8850$0$12243$ed9e5944@reading.news.pipex.net>

"Jonathan Lewis" <jonathan_at_jlcomp.demon.co.uk> wrote in message news:989417541.19980.0.nnrp-10.9e984b29_at_news.demon.co.uk...
>
> A file copy is probably not a reasonable test.
> 3rd party apps are notorious for indulging in
> lengthy row-at-a-time dialogues with Oracle,
> and such dialogues are synchronous.
>
> File transfer protocols generally work on
> the basis -
> Here's 8K
> Here's another 8K
> Here's another 8K
> Here's another 8K
> Here's another 8K
> Here's another 8K
> Oh, you missed the 3rd bit did you
> here it is again.

Thanks for the info.

>
> One indicator is to hit a sample session
> with 10046 at level 8, with timed_statistics
> turned on, and look at:
> a) the number of selects/fetches
> b) the tim = figure on each line
>
> If there are lots of calls to the database in
> a short period of time, the app is at fault.
> If the time lag between calls is anomalous
> (e.g. 5/100 second between FETCH calls)
> then the network, or other infrastructure
> item (such as Windows DLLs) could be
> the problem.

Thanks I'll be trying this suggestion.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
Received on Thu May 10 2001 - 07:23:33 CDT

Original text of this message

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