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


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

   
 
  • Causa
    • operation-type IS NOT ALLOWED ON A PACKAGE IN USE.

      The operation 'operation-type' cannot be performed because the package is in use by the same application process.
      operation-type
      Type of bind operation (BIND, REBIND or DROP).
  • Ação do sistema
    • The BIND, REBIND, or DROP operation on the package is not performed.
  • Resposta ao Desenvolvedor
    • Change the application to invoke the BIND, REBIND or DROP operation when the package is not use by the same application process.

      SQLSTATE: 55006

© Copyright IBM Corp.