Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com
SQLCode -212
Causa
name O nome está especificado mais de uma vez na cláusula que está referenciando a definição de uma TRIGGER.
The REFERENCING clause of a CREATE TRIGGER statement specified the same name for more than one of the OLD or NEW correlation names or the
OLD_TABLE or NEW_TABLE identifiers. name is the name that was specified multiple times.
Ação do sistema
O comando não pode ser executado.
A trigger não foi criada.
Resposta ao Desenvolvedor
Change the statement to specify unique names for all transition variables and tables in the REFERENCING clause and resubmit the CREATE TRIGGER
request.