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: 8.1.7 unpredictable extreme slow exports on NT

Re: 8.1.7 unpredictable extreme slow exports on NT

From: Svend Jensen <svend.jensen_at_it.dk>
Date: Sun, 07 Jul 2002 18:10:02 +0200
Message-ID: <3D2867DA.8090708@it.dk>


76434.1353_at_compuserve.com wrote:

> The situation is like this:
>
> We have installed several Oracle databases on different location and
> and hardware. IBM / Compaq
> I read a lot about export problems performance problems on the net but
> not mine.
> What is the case: Normally the exports performed well dumps of 700 MB
> in 4 minutes but sometimes the exports slow down and the same quantity
> of data takes 1.5 hours. After a few days the export performes
> suddenly normal again (4 minutes)
> We do have this on every location and it is totally inpredictable when
> it happens. It has nothing to do with daily operations because
> everyday is the same and there are no end of months issues.
> A shutdown and reboot does not make any diffrence.
> Does anyone has an idea what the problem is?
>
> The problem is the unpredictable slow exports and the reason why?
> Friendly regards,
>
> Ton
>
>

How about delayed block clean out.
When the db-writer gets behind, it doesn't cleanup, beautify and remove deleted rows (only removed from the row dictionary) and doesn't 'compress' the blocks before writing to disk. The block clean out is then left to who's ever reading the block from disk next time, in your case the export - reading all blocks from selected items to be exported.
You can probe the clean out by analyze/compute statistics for some tables in the export set - time it. If its sometimes fast and sometimes slow - the block clean out is at stake here. Before export analyze again - if slow then delayed block clean out is the bad guy here. Then you can speed up the export by analyzing all items before exp is set to action.

rgds
/svend Received on Sun Jul 07 2002 - 11:10:02 CDT

Original text of this message

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