Database Error Messages

ORA-14540

An Online DDL or a DDL with the UPDATE INDEXES clause cannot be used with auto-commit turned off for the DDL.

Cause

An attempt was made to use an online DDL or a DDL with the UPDATE INDEXES clause when auto-commit was turned off for the DDL.


Action

Enable auto-commit and then retry the DDL.