declare
dup_val_on_index exception;
begin
execute immediate 'ALTER TABLE CAJA MODIFY (INDINTEGRADOAG)';
exception when OTHERS then null;
end;