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


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

   
 
  • Causa
    • Cancelamento causado por um recurso indisponivel reason-code reason-code, tipo de recurso resource-type, e nome do recurso resource-name.

      The SQL statement could not be executed because resource 'resource-name' of type 'resource-type' was not available at the time for the reason indicated by 'reason-code'.
  • Ação do sistema
    • The SQL statement cannot be executed.
      If the SQL statement being executed was a cursor FETCH, DB2 closes the cursor.
      Subsequent attempts to use that cursor without first doing an OPEN for it receive an SQLCODE -501.
  • Resposta ao Desenvolvedor
    • Verify the identity of the resource that was not available.
      To determine why the resource was unavailable, refer to the specified 'reason-code'.

      SQLSTATE: 57011
© Copyright IBM Corp.