-
-
-
- Extent Allocation and Deallocation
SQL> alter table xxx allocation extent (size 1m datafile 'xxx');
SQL> alter table xxx deallocation unused; -
- Database Block
(1) set at tablespace creation
SQL> create tablespace kong2 datafile 'xxx' blocksize 8k; (必须指定db_8k_cache_size)
(2)DB_BLOCK_SIZE is the default block size -
initrans maxtrans
pctfree: 导致row migration(系统开销)
pctused:通知可以再使用
- Configuring Automatic Segment-Space Management
SQL> create tablespace xxx ... SEGMENT SPACE MANAGEMENT AUTO; - Manual Segment Space Management (pctfree,pctused,freelist)
(9) Storage Structure and Relationships
最新推荐文章于 2024-11-26 21:25:32 发布
本文介绍了如何通过SQL命令进行表空间的分配与回收操作,包括表的扩展分配与未使用空间的回收,并探讨了自动与手动段空间管理的不同配置方法。
1403

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



