I want to import a DB using impdp. I would like to import the INDEX NAMES and after that, rebuild it manually.
I used the option
EXCLUDE=index
but then I can't find the index in the table all_indexes
Is there a way to import the index without build them, and build them manually afterwards ?