Will the indexes be ignored when using IMPDP...TABLE_EXISTS_ACTION=SKIP?
MorvenJun 18 2011 — edited Jun 18 2011Hi guys,
11gr2
suppose that i have a .dmp file which has tables, indexes, and data,
and i also have a schema A which already contains tables and data, without indexes
is it possible to use IMPDP to import(or say create) all indexes from .dmp to schema A?
the relevant question is, when using IMPDP...TABLE_EXISTS_ACTION=SKIP, if the table already exists, will IMPDP ignores the relevant indexes creation?
thank you!!!