Aviso importante


  C. A. Dornelles

SQL - SQLCODE's - Códigos positivos - +220


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 +220

   
 
  • Causa
    • THE COLUMN column-name IN EXPLANATION TABLE table-name

      An error occurred during the insertion of a row into the explanation table.
      The table is improperly defined for the following reasons:
      • A column is missing.
      • Columns are defined in the wrong order.
      • The table contains an extra column.
      • A column description is invalid because of its name, data type, length, or null attributes.
  • Ação do sistema
    • A valid plan or package will be created if no errors are detected.
      The statement is bound dynamically on each execution of the statement.
  • Resposta ao Desenvolvedor
    • For better performance, rebind the plan or package after correcting the statement.
      To correct the statement, correct the definition of the required explanation table.
      Refer to Chapter 5 of DB2 SQL Reference for information about defining an explanation table.

      SQLSTATE: 01546