Aviso importante


  C. A. Dornelles

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


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

   
 
  • Causa
    • TABLESPACE database-name.tablespace-name HAS BEEN PLACED IN CHECK PENDING

      The indicated table space is in check pending status because the ALTER TABLE statement was used to specify a referential constraint or a check constraint (while special register CURRENT RULES = 'DB2') on a populated table.
      The table space is not generally available until the check pending status is removed from the table space.
  • Ação do sistema
    • The table space was placed in check pending status.
  • Resposta ao Desenvolvedor
    • Run the CHECK DATA utility.
      The enforcement of the referential constraint or the check constraint is deferred until the CHECK DATA utility is run.

      SQLSTATE: 01514