Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

expdp is painfully slow

673 views
Skip to first unread message

zigzagdna

unread,
Apr 4, 2010, 3:01:19 PM4/4/10
to

I am using Oracle 11.1.0.7.1 on HP UNIX 11.0. I ma using expdp and
find it extremely slow. However. Most of the waiting time is during
metadata (see below) where it waits for several hours. When it starts
exporting the rows, it progresses reasonably fast.
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/
INDEX
I have seen some threads on Metalink as well as on Google. All otf
tem point to these problems in Oracle 10.2 expdp version, but I see
same problem in Oracle 11.1.0.7.1 as well. A suggestion to exclude
STAITISTICS has not helped me:
expdp system/password directory=expdp_dir dumpfile=$BackupExportFile
logfile=$TLOGFILE \
full=Y compression=all exclude=STATISTICS TRACE=480300
I have turned on expdp tracing and I see statements like following for
various indexes and do not give me any clue to speed things up.
KUPW:14:48:25.668: 1: Base Process info: 6122 and processing status: C
and processing state: R
KUPW:14:48:25.668: 1: new state: R
KUPW:14:48:25.668: 1: new status: C
KUPW:14:48:25.668: 1: In procedure BUILD_SUBNAME_LIST with
INDEX:MAXDEMO71.CONTRACT_NDX2
KUPW:14:48:25.669: 1: In function NEXT_PO_NUMBER
KUPW:14:48:25.669: 1: FORALL called.
KUPW:14:48:25.676: 1: FORALL returned.
KUPW:14:48:25.678: 1: DBMS_LOB.TRIM called. v_md_xml_clob
KUPW:14:48:25.679: 1: DBMS_LOB.TRIM returned.
KUPW:14:48:25.679: 1: DBMS_METADATA.FETCH_XML_CLOB called. Handle:
200001


Is ether anyway to speed expdp.

javor

unread,
Apr 4, 2010, 3:30:10 PM4/4/10
to
Try if adding this parameter helps: VERSION=10.2.0.2 (you may need to remove compression parameter since it's not supported in 10.2).
You can also try excluding index statistics exclude=index_statistics

---
frmsrcurl: http://compgroups.net/comp.databases.oracle.server/expdp-is-painfully-slow

zigzagdna

unread,
Apr 4, 2010, 5:10:54 PM4/4/10
to
> frmsrcurl:http://compgroups.net/comp.databases.oracle.server/expdp-is-painfully...

I cannot reduce version because I am using some partitioing fetaures
which are only in 11.1.
Problem seems to be doiman index (seraching on google). Does not look
like Oracle has fixe dthis problem/bug in 11.1 even though problem was
reported back in 10.x.

javor

unread,
Apr 4, 2010, 5:49:29 PM4/4/10
to
There are multiple bugs related to datapump performance in 11.1. There are patches for some of them.
* Look at Metalink Note 984167.1
* You can also try PSU 11.1.0.7.2 (it may have some related bugs fixed)

---
frmsrcurl: http://compgroups.net/comp.databases.oracle.server/expdp-is-painfully-slow

John Hurley

unread,
Apr 5, 2010, 10:59:30 AM4/5/10
to
On Apr 4, 3:01 pm, zigzagdna <zigzag...@yahoo.com> wrote:

snip

> I am using Oracle 11.1.0.7.1 on HP UNIX 11.0. I ma using expdp and

HPUX 11.0 and 11.1.0.7.1 ? Is that even possible?

zigzagdna

unread,
Apr 5, 2010, 7:23:08 PM4/5/10
to

Sorry , I HP UNIX 11 for itanium 64 (11.23)

DG problem

unread,
Apr 6, 2010, 2:53:28 AM4/6/10
to

About 3 to 4 years ago I experienced the same problem with 10g. I
narrowed down the problem to the export of the users. I had about
120,000 users in the DBA_USERS table (PeopleSoft database) and so
during testing at one stage I dropped all the users and ran expdp
again and it ran much quicker.

Anyway, that was from memory so I hope I have recalled it properly.

zigzagdna

unread,
Apr 6, 2010, 8:33:32 PM4/6/10
to
> Anyway, that was from memory so I hope I have recalled it properly.- Hide quoted text -
>
> - Show quoted text -

I have narrowed down the problem to domain indexes which get created
because of Oracle text indexes which my application needs.
Unfortunately, I cannot get rid of domain indexes so stuck with it god
knows until when.

I have yet another problem with 11g, cannot create db control most of
the time. Oracle support looked at it and there is a bug about it on
metalink, yet they will not document my problem as a bug and fix it.

joel garry

unread,
Apr 7, 2010, 12:02:36 PM4/7/10
to

I have a 10g call open (several issues, Itanium hp-ux 11.23), seems to
be difficult because it really is a different product than the db, and
the whole EM support seems based on giving it its own home
environment. So try setting up an environment specific for dbcontrol,
and only start, stop, rebuild, control or modify it in that
environment, and have the same environment for system start and online
(if you have automatic startups). In the 10g case at least, it seems
important to use the built-in version of java, rather than the "or
greater" version the docs say (I'm still questioning support about
this assertion, though it makes sense in this context). In other
words, don't have any references to OS versions of perl or java in
your path, with oracle_home first. I'd be curious as to what perl or
java advocates have to say about that.

jg
--
@home.com is bogus.
hactivism, lose tenure, DoS, TIT, ivory tower, academic freedom:
http://www.signonsandiego.com/news/2010/apr/06/activist-ucsd-professor-facing-unusual-scrutiny/

sandeep pande

unread,
May 13, 2010, 12:04:16 PM5/13/10
to
> frmsrcurl:http://compgroups.net/comp.databases.oracle.server/expdp-is-painfully...

Hi,
Don't if you had a chance to check this. It seems its a bug 6460304,
No work arounds.

DATAPUMP EXPORT IS SLOWER THAT EXPORT- 783093.1

Are you using PARALLEL when exporting?

Regards
Sandy

0 new messages