Database Error Messages

OCI-14413

ALTER INDEX UNUSABLE ONLINE cannot be used with certain types of indexes.

Cause

An attempt was made to use the ALTER INDEX UNUSABLE ONLINE statement on an index type (for example, indexed-organized table (IOT), cluster, LOB, domain indexes) that was not allowed.


Action

Using the ALTER INDEX UNUSABLE ONLINE statement on certain types of indexes (for example, indexed-organized table (IOT), cluster, LOB, domain indexes) is illegal. Remove the ONLINE keyword from the statement.