Aviso importante


  C. A. Dornelles

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


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

   
 
  • Causa
    • name IS AN UNDEFINED NAME

      The object identified by 'name' is not defined in the DB2 subsystem.
      This return code can be generated for any type of DB2 object.
  • 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, determine that the object name was correctly specified in the SQL statement (including any required qualifiers).
      If so, ensure that the object exists in the system before resubmitting the statement.

      SQLSTATE: 01532