How to fix the Oracle error ORA-08120: Need to create SYS.IND_ONLINE$ table in order to (re)build index?

In this post, you’ll learn more about the Oracle ErrorORA-08120: Need to create SYS.IND_ONLINE$ table in order to (re)build index with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

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

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

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

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

You can fix this error in Oracle by following the below steps

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