Oracle Error ORA-08120: Need to create SYS.IND_ONLINE$ table in order to (re)build index

Oracle Error Message

ORA-08120: Need to create SYS.IND_ONLINE$ table in order to (re)build index

Reason for the Error

Alter index Build/Rebuild online require existing of SYS.IND_ONLINE$ table.

Solution

User/DBA needs to create sys.ind_online$ before alter the index /rdbms/admin/catcio.sql contains script to create ind_online$.