Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


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



Action:


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

No comments:

Post a Comment

Thanks for your comment.