Dbutils怎么向oracle表中插入序列这是数据库表,序列已经创建好了 [解决办法]insert into type(type_id,type_name) values(constants.type_seq.nextval,".....")LZ序列命名不太规范啊,一般都是以SEQ_开头