oracle shrink table
delete from mao.a
ALTER TABLE mao.A SHRINK SPACE
alter table mao.a enable row movement
analyze table a compute statistics
select * from DBA_TABLES s where S.TABLE_NAME='A'
SELECT * FROM DBA_EXTENTS T WHERE T.segment_name='A'
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1039778/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [Oracle] Shrink space & Table move比較Oracle
- Oracle 10g Shrink Table - Shrink Space 收縮空間Oracle 10g
- Oracle 10g Shrink Table 詳解Oracle 10g
- Oracle 11g alter table move與shrink spaceOracle
- oracle 10g__alter table shrink space compactOracle 10g
- 7 、shrink table and its dependent segments
- Oracle IZ0-053 Q277(Table shrink space)Oracle
- table move 與 shrink 的區別
- ALTER TABLE MOVE | SHRINK SPACE區別
- oracle shrinkOracle
- How to adjust the high watermark in ORACLE 10g – ALTER TABLE SHRINKOracle 10g
- alter table move 和 alter table shrink space的區別
- ALTER TABLE MOVE和SHRINK SPACE區別
- alter table move 與shrink space的區別
- alter table move跟shrink space的區別
- alter table move跟shrink space的區別(轉)
- How to Shrink Undo Segment In Oracle DatabaseOracleDatabase
- oracle10g_alter table shrink space_compact_cascade回收空間測試(一)Oracle
- HOW TO SHRINK A TABLE USING ONLINE REDEFINITION (文件 ID 1357878.1)
- Oracle中shrink space命令詳解Oracle
- 轉載-oracle Shrink命令的使用Oracle
- oracle 分割槽表進行shrink操作Oracle
- oracle10g shrink space 降低HWMOracle
- 【轉】Oracle:MOVE與SHRINK命令相比較Oracle
- [Oracle] Partition table exchange Heap tableOracle
- Oracle move和shrink釋放高水位空間Oracle
- oracle temporary tableOracle
- Oracle Table LocksOracle
- Alter table for ORACLEOracle
- Oracle Table FunctionOracleFunction
- Oracle 普通table 轉換為partition tableOracle
- oracle cache table(轉)Oracle
- Oracle table selectOracle
- Oracle:TABLE MONITORINGOracle
- oracle之nalyze tableOracle
- Oracle ASM Allocation TableOracleASM
- oracle cache table(1)Oracle
- oracle cache table(3)Oracle