Oracle创建序列: create sequence test_seqminvalue 1maxvalue 999999999999999999999999999start with 1increment by 1cache 20;