oracle 模拟并发插入

准备表、索引 drop table tmp_t0 purge; create table tmp_t0 ( c0 varchar2(50), c1 varchar2(20), c2 varchar2(20), c3 date ) -- pctfree 20 initrans 32 partition by hash(c0) partitions 64 tablespace us
相关文章
相关标签/搜索