set serveroutput on; alter table venpagovalores disable constraint VENCONCEPTOVAL_PAGOVAL_FK; alter table venpagodocumentos disable constraint VENCONCEPTOCOBRO_PAGODOC_FK; alter table movimientoventa disable constraint CONCEPTOVENTA_MOVTOVTA_FK; start D:\sgedesnuevo\modelos\ventas\cambianombre.sql; start D:\sgedesnuevo\modelos\ventas\llamados.sql; start D:\sgedesnuevo\modelos\ventas\insertaConceptos.sql; ---commit si todo salio bien; alter table venpagovalores enable constraint VENCONCEPTOVAL_PAGOVAL_FK; alter table venpagodocumentos enable constraint VENCONCEPTOCOBRO_PAGODOC_FK; alter table movimientoventa enable constraint CONCEPTOVENTA_MOVTOVTA_FK; drop procedure cambianombre;