方式1:
create temp table tmp_tab1(id int) with no log;
方式2:
select * from tab into temp tmp_tab with no log;
相关参数:
TEMPTAB_NOLOG 1
DBSPACETEMP
方式1:
create temp table tmp_tab1(id int) with no log;
方式2:
select * from tab into temp tmp_tab with no log;
相关参数:
TEMPTAB_NOLOG 1
DBSPACETEMP