About TableSpace.

PepperCrab 2003-02-17 01:39:47
我有一个TABLESPACE ,大约1个G , 从OEM中发现大约500M已满,但是我不知道为什么会这样,应为没有OBJECT建立在它之上.
...全文
34 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
supershb 2003-02-17
  • 打赏
  • 举报
回复
你的TableSpace有1G,但你没有把它空间全部赋给你的instance.
改一下就OK了。
yuxuan 2003-02-17
  • 打赏
  • 举报
回复
你建立的表空间大小是1G,已使用500M,满了,应该不会的

是什么表空间,数据表空间?回滚表空间?临时表空间?
black_snail 2003-02-17
  • 打赏
  • 举报
回复
for temporary tablespace , if the sorting required and over the size of sort_area_size , the space will be used to perform the sorting .
for rollback tablespace , a cycling algorithm is implemented .

But I think Oracle Reference has the best answer anyway
black_snail 2003-02-17
  • 打赏
  • 举报
回复
At first , you need to verify what you say by using
select owner, segment_name, sum(bytes), sum(blocks) from dba_Segments where tablespace_name = 'yourtabelspace' group by owner, segment_name;

if there is something , it means your tablespace actually contains objects .

I guess what troubles you is tempary tablespace or rollback tablespace , usually they will grow under some algorithm by oracle , there is no permanent objects inside it .

17,377

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 基础和管理
社区管理员
  • 基础和管理社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧