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!

Database Hangs while impdp "DATABASE_EXPORT/STATISTICS/MARKER" at this stage

VvsNov 19 2018 — edited Nov 21 2018

Hi all,

I am using Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production

i am facing issue while impdp on other server. it hangs at the bold line message below. it takes min. over 2-3 hours to continue. while importing i can not  find any error message on  alert log file or no any lock . then why it is taking too much time for importing ?

-***************-

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/FUNCTIONAL_INDEX/INDEX

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/CONSTRAINT

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/INDEX_STATISTICS

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/FUNCTIONAL_INDEX/INDEX_STATISTICS

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/REF_CONSTRAINT

Processing object type DATABASE_EXPORT/SCHEMA/TABLE/STATISTICS/TABLE_STATISTICS

Processing object type DATABASE_EXPORT/STATISTICS/MARKER

here is my par file for impdp syntax :-

DIRECTORY=dir1

LOGFILE=abc_imp.LOG

DUMPFILE=abc.dmp

INCLUDE=SCHEMA:"IN('u1','u2','u3')"

include=role

content=METADATA_ONLY

TRANSFORM=SEGMENT_ATTRIBUTES:N

please let me know it any solution for this issue

This post has been answered by Mark D Powell on Nov 19 2018
Jump to Answer
Comments
Post Details
Added on Nov 19 2018
10 comments
6,887 views