Rebuild index of single Table (OS level-Windows)
Hi Experts,
We need to rebuild index of a single table. How to perform this from os level.
Regards
Jithin M
Former Member replied
you can run SQL command :
alter index owner."index" rebuild online;
e.g. : alter index SAPSR3."ARFCRSTATE~0" rebuild online;
best regards
ashish