Hello there, Can you please tell me how I can rename an index? Thanks, Nirasha
alter index <index> rename to <new_index> ;
Prev post got messed up. Here it goes again, Alter index old_index rename to new_index ;
Forum Rules