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


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

   
 
  • Causa
    • IMPLICIT TABLE SPACE NOT ALLOWED.

      A CREATE TABLE statement was issued using an implicit table space.
      An implicit table space may not be used in a database that has been defined as a read-only shared database.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • CREATE a table space for the table, using the same name as is given on the owning system.
      Then resubmit the CREATE TABLE statement.

      SQLSTATE: 56056
© Copyright IBM Corp.