create sequence seq_

  minvalue 0

  maxvalue 999999999999

  start with  0

  increment by 1

  nocache;