IMPDP: creating only index, trigger; constrains from Full-EXPDP
With the old "imp" i could easy import only Packages, Triggers, Indexes .. after I imported all tables with data.
How can I do this with impdp?
I try it with "content=metadata_only," but when I say "table_exists_action=skip" and the tables all exists this option ignore also all triggers, indexes, constraints on this tables.
To do this with the "sqlfile" of the impdp is also not easy because I have full expdp files with more than 40.000 objects.
Many thanks for any help,
Brigitte
I try it with "content=metadata_only," but when I say "table_exists_action=skip" and the tables all exists this option ignore also all triggers, indexes, constraints on this tables.
To do this with the "sqlfile" of the impdp is also not easy because I have full expdp files with more than 40.000 objects.
Many thanks for any help,
Brigitte
0