时间:2021-07-01 10:21:17 帮助过:2人阅读
-- Create/Recreate indexes
create index t_source_phase_01 on t_source_phase (lineid)
tablespace COMMON_CABLE
pctfree 10
initrans 2
maxtrans 255
storage
(
initial 64K
next 1M
minextents 1
maxextents unlimited
);
oracle表关联update和表建立索引
标签: