create sequence jam_par_vers_sequ increment by 1 start with 1 maxvalue 99999999 nocycle nocache; create sequence jam_par_sequ increment by 1 start with 1 maxvalue 99999999 nocycle nocache;