一、序列1.创建序列CREATE SEQUENCE SEQ_mic_Sample_Resource INCREMENT BY 1 START WITH 1MINVALUE 0 NOCYCLE CACHE 20;