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


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 -4709

   
 
  • Causa
    • EXPLAIN MONITORED STMTS FAILED WITH REASON CODE = yyyyy.

      The EXPLAIN statement specified MONITORED STMTS, but the statement could not be processed for one of the following reasons:
      01
      Profiling is not active.
      02
      A matching profile scope is not found.
  • Ação do sistema
    • The statement cannot be processed.
  • Resposta ao Desenvolvedor
    • Take the appropriate corrective action for the failing reason code:
      01
      Execute the START PROFILE command to activate profiling.
      02
      Specify a scope that matches a profile entry in the profile table.
      SQLSTATE: 560CK
© Copyright IBM Corp.