Skip to Main Content

Database Software

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!

IMPDP content=data_only still processes other object_types...why?

user11973583Jan 8 2017 — edited Mar 13 2017

*  I want to import data first then indexes, constraints, etc.

*  Export did not include statistics.

*  I have manually created the tables first.

*  IMPDP script => 

impdp \'sys/Pswd as sysdba\' remap_tablespace=ORIG_DATA_1:NEW_DATA_1,ORIG_INDX_1:NEW_INDX_1 remap_schema=ORIG:NEW DUMPFILE=orig3_prl10_nostat_%u.dmp DIRECTORY=dump_dir content=data_only TABLES=ORIG.ORDERS parallel=10 LOGFILE=impdp_orig10_3_data.log

Processing object type TABLE_EXPORT/TABLE/TABLE_DATA

. . imported "NEW"."ORDERS"                       251.6 GB 726206339 rows

Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT

Processing object type TABLE_EXPORT/TABLE/AUDIT_OBJ

Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT

Why do I see object_grant, audit_obj,constraint?  What am I missing in my syntax to just do the data only.....THEN import the rest of the things? Do I need to exclude=index,constraint,object_grant,audit_obj then include them?

Cannot find anything regarding this online.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2017
Added on Jan 8 2017
15 comments
2,945 views