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


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

   
 
  • Causa
    • 'object' CANNOT BE CREATED, REASON 'reason'

      The object cannot be created in the SQL statement.

      Possible values for 'object':
      TYPE 1 INDEX
      The object being created is a type 1 index.
      INDEX
      The object being created is an index.
      Possible values for 'reason':
      TABLE DEFINED AS ASCII
      The underlying table is defined as ASCII.
      Only type 2 indexes are supported for ASCII tables.
      PIECESIZE IS NOT VALID
      PIECESIZE is only valid for non-partitioned indexes.
      PIECESIZE 4GB IS NOT VALID
      PIECESIZE 4GB is only valid for non-partitioned indexes on LARGE tables.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Correct the SQL statement for the object being created.

      SQLSTATE: 53092
© Copyright IBM Corp.