Oracle DBA, How To, Error, Cause and Action

ORA-14414: DROP INDEX ONLINE cannot be used with certain types of indexes.

ORA-14414: DROP INDEX ONLINE cannot be used with certain types of indexes.


Cause:


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



Action:


Using the DROP INDEX 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.

No comments:

Post a Comment

Thanks for your comment.