Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Export of CLOB too slow ?!!

Re: Export of CLOB too slow ?!!

From: Keith Moore <kmoore_at_zephyrus.com>
Date: Thu, 24 Aug 2006 12:51:28 -0500 (CDT)
Message-ID: <51139.206.227.128.10.1156441888.squirrel@lady.zephyrus.com>


Are you running it over a (slow) network?

CLOBs are exported a row at a time instead of a block at a time, so there is a network round trip for each row. I learned this when I tried to export a database in Japan from the U.S. over a very slow network link. A small database, much smaller than yours would have taken over 20 hours.

Keith

> Friends,
>
> This is on oracle 10.2.0.1 / AIX5.3L on IBM P595 machine which
> has got 64 CPUs and ~200G RAM.
>
> Export of a 100GB schema in this database takes 11+ hours. The
> reason export being slow , I feel , is 32 out 118 tables have CLOB
> column. And the largest 2 tables (with CLOB) have 7 million
> (20G in size) and 3.5 million (10G in size) rows respectively.
>
> 15 million rows are with CLOB data of the total 23 million rows
> to be exported.
>
> Is the export expected to be this slow on such a hardware ?
> Read on the net that splitting the big clob tables based on primary key
> using QUERY parameter (of export) and running them in parallel
> would help. Is this is a proven method ? I need to test it though.
>
> Any other suggestions to speed up this export ? Thanks in advance.
>
> Regards | Jp.
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Aug 24 2006 - 12:51:28 CDT

Original text of this message

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