当前位置: 代码迷 >> Oracle管理 >> temporary tablespace解决方案
  详细解决方案

temporary tablespace解决方案

热度:93   发布时间:2016-04-24 06:07:06.0
temporary tablespace
create   temporary   tablespace   没有extent   management   local是不是默认extent   management   dictionary?可以把table建立在temporary   tablespace   ?

------解决方案--------------------
注意临时表空间的作用,只用来保存临时信息。比如用来排序的中间结果。
------解决方案--------------------
在临时表空间上不创建永久性对象,如表\索引等对象
  相关解决方案