create temporary tablespace temp2 tempfile '$ORACLE_HOME\oradata\orcl\temp02.dbf' size 100m autoextend on;
alter database default temporary tablespace temp2;
drop tablespace temp including contents and datafiles;
[url]
http://www.dbspecialists.com/files/presentations/temp_space.html[/url]
alter database default temporary tablespace temp2;
drop tablespace temp including contents and datafiles;
[url]
http://www.dbspecialists.com/files/presentations/temp_space.html[/url]
本文介绍如何使用SQL命令创建名为temp2的临时表空间,并设置其默认使用的临时文件位置及大小。此外,还演示了如何更改数据库默认临时表空间以及如何删除整个表空间。
740

被折叠的 条评论
为什么被折叠?



