Database Error Messages

ORA-40753

The current user is not the owner of the index.

Cause

The current user was not the owner of the index. Only the owner of the index can perform the operation.


Action

Connect as the owner of the index and retry the operation. If you connect as the owner of the base table and get the error, then the owner of the index has to be the owner of the base table in order to perform the operation. Connect as the owner of the base table then create the index.