temporary tablespace解决方案

temporary tablespacecreatetemporarytablespace没有extentmanagementlocal是不是默认extentmanagementdic

temporary tablespace
create   temporary   tablespace   没有extent   management   local是不是默认extent   management   dictionary?可以把table建立在temporary   tablespace   ?

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