| |
- Causa
- THE REQUIRED UNIQUE INDEX index-name FOR DDL REGISTRATION TABLE table-name DOES NOT EXIST.
A unique index must be defined for each registration table.
The code is issued when either the required index does not exist or the index defined is not a unique index.
- Ação do sistema
- A declaração não pode ser executada.
- Resposta ao Desenvolvedor
- Determine whether the required unique index does exist.
If not, create the required index.
If the index does exist, but is not unique, drop it and recreate it as a unique index.
SQLSTATE: 57018
© Copyright IBM Corp.
|
| |