DO state needs to be gathered after renaming an index !
I am running the following command to rename and index.
alter index abc rename to ijk;
Do I need to gather the stats after this ? I don't think so... Pls. suggest.
alter index abc rename to ijk;
Do I need to gather the stats after this ? I don't think so... Pls. suggest.
0