Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Datapump takes a long time to import stats on remap schema import

112887Jul 6 2006 — edited Feb 5 2009
When importing a schema using datapump, everything imports at the expected speed but for some reason when it gets to

Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS

This takes about 30 minutes on remapped schema but for non remapped it takes less than 5 minutes

For a schema I am importing from a dumpfile of less than 40Mb the data and all objects takes less than 5 minutes to import

My export and import statements are

expdp system/admin123@intl DUMPFILE=exports:expdpshrink.dmp LOGFILE=exports:expdpshrink.log SCHEMAS=shrink JOB_NAME=expdpshrink


impdp system/admin123@sales DUMPFILE=exports:expdpshrink.dmp LOGFILE=exports:impdpexpress.log REMAP_SCHEMA=shrink:express JOB_NAME=impdpexpress

Is this expected behaviour? With no option to not process statistics on export/import in datapump, this is quite a problem for me as I regularly do remap.

Thanks
Chris
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2009
Added on Jul 6 2006
4 comments
10,241 views