Hi
I have done a mistake in manpulating data so all my indexes on certain tables are being lost now.
(I did an impdp with table_exists_action='replace' instead of 'truncate' and exclude=index was given in the options)
I have the indexes on a different schema(its a number of tables and its the same way indexes needs to be created) which i need to copy over.
Whats the best way to recreate indexes now?a re import with removing exclude=indexes or does anyone has a script to re create indexes from one schema to another?
Thanks
Version of oracle =11gR2
Windows o.s