1 create sequence MSG_OUTBOX_ID_SEQ 2 minvalue 1 3 maxvalue 999999999 4 start with 81 5 increment by 1 6 cache 20;