-- Create sequence create sequence SEQ_CONTR_SERV minvalue 1 maxvalue 99999999999999999999 start with 1 increment by 1 cache 20; -- Create sequence create sequence SEQ_CONTRATOS minvalue 1 maxvalue 99999999999999999999 start with 1 increment by 1 cache 20;