How To Recover a Dropped Index?
oracle version:11.2.0.1
OS: windows server 2008
When we flashback the table its associated index will remain in the recyclebin.Right? then how can we recover them?
1.)alter index <recyclebin_index__name> rename to <orginal_name> ;
2.)alter index <index_name> rebuild;
but incase if have a big table having more than 300 indexes(for eg) then what will be the method to recover them?