ORA-04096

Error: ORA-04096: trigger 'string' has a WHEN clause which is too large, limit 2K

Causa: A trigger's WHEN clause is limited to 2K for dictionary storage reasons. The trigger being created exceeded that size.

Acción: Use a smaller WHEN clause. Note, the trigger body could be used to perform the same limiting action as the WHEN clause.

COMENTARIOS:


No hay comentarios.