SQL - SQLCODE's - Códigos negativos -763
Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com
SQLCode -763
Causa
INVALID TABLE SPACE NAME
table-space-name
The named table space is invalid for one of the following reasons:
It is a LOB table space and therefore cannot reside in a work file database.
It is a LOB table space and therefore cannot contain a non-auxiliary table.
It is not a LOB table space and therefore cannot contain an auxiliary table.
Ação do sistema
A declaração não pode ser executada.
Resposta ao Desenvolvedor
Either
Create the LOB table space in a non-workfile database.
Create the table in a non-LOB table space.
Create the auxiliary table in a LOB table space.
SQLSTATE: 560A1
© Copyright IBM Corp.