PreviousStatus Codes and Messages (8.7 revision 1) Next

-1403: Duplicate index exists

Show this topic in Library frames

You have attempted to define the same index more than once in this definition. Rewrite the statement so the index is defined only once.

In some cases, you may be re-issuing a create index statement because you cannot tell if your first statement succeeded. If you receive this error code under such conditions, then you can proceed on the assumption that your first create index operation was successful.


Chapter contents
Publication contents

Prev topic: -1309: No DDLs without exclusive lock
Next topic: -1404: No such index