SQL - SQLCODE's - Códigos negativos -693


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode -693

   
 
  • Causa
    • THE COLUMN column-name IN DDL REGISTRATION TABLE OR INDEX table-name (index-name) IS NOT DEFINED PROPERLY.

      An error occurred during verification of the application or object registration table.

      The table is improperly defined for the following reasons:
      • A required column is missing.
      • A column description is invalid because its name, column number, data type, length, or null attribute is incorrect.

      or

      The index is improperly defined for the following reasons:

      • A required key column is missing.
      • A key column description is invalid because of its key sequence or because its ordering is incorrect.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Correct or alter the definition of the required registration table or index.

      SQLSTATE: 55003

© Copyright IBM Corp.