Aviso importante
Caso tenhas alguma
dúvida a respeito
da linguagem mande
um e-mail que terás
a resposta.
C. A. Dornelles
SQL - SQLCODE's - Códigos positivos
Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF.
SQLCode +117
THE NUMBER OF INSERT VALUES IS NOT THE SAME AS THE NUMBER OF OBJECT COLUMNS
Causa:
The number of insert values in the value list of the INSERT statement is not the same as the number of object columns specified.
Ação do sistema:
A valid plan or package will be created if no errors are detected. The statement is bound dynamically on each execution of the statement.
Resposta ao Desenvolvedor:
For better performance, rebind the plan or package after correcting the statement. To correct the statement, specify one and only one value for each of the specified object columns.
SQLSTATE: 01525