javaee论坛

普通会员

225648

帖子

355

回复

369

积分

楼主
发表于 2017-07-27 06:32:34 | 查看: 439 | 回复: 1
create temporary tablespace  TEMP2 TEMPFILE '/oradata/temp02.dbf' SIZE 512M ;

alter database default  temporary tablespace  temp2;


drop tablespace temp including contents and datafiles;


create temporary tablespace  TEMP TEMPFILE '/oradata/temp01.dbf' SIZE 10000M;

alter database default  temporary tablespace  temp;

drop tablespace temp2 including contents and datafiles;

alter user userxxxxx temporary tablespace  temp; --这步应该是没有必要的 可以先查看看是否默认还temp


普通会员

0

帖子

288

回复

290

积分
沙发
发表于 2023-10-11 06:44:42

百因必有果你的报应就是我

您需要登录后才可以回帖 登录 | 立即注册

触屏版| 电脑版

技术支持 历史网 V2.0 © 2016-2017