Need to rebuild tables of WF
EBS R12.1.3
DB 11.2.0.2
I have purged huge data using "Purge Obsolete Workflow Runtime Data" . Now i want to rebuild all tables effected by this purge.
After shutdown application services , is it safe to use SQL> alter table <owner>.<tname> move; and then rebuild corresponding indexes .
if i need to do anything else please let me know.
thanks