7 、shrink table and its dependent segments
To shrink table and its dependant segments,you should use the ALTER TABLE ** SHRINK SPACE CASCADE;statement .Using the CASCADE clause shrinks all the dependant segments of the ** table to release the unused space below and above the High Water Mark(HWM).[@more@]
The table should be located in a tablespace on which automatic segment space management is enabled.If the table is loacted in a tablespace on which manual segment space management is enabled,you cannot shrink the table.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/248644/viewspace-929904/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle shrink tableOracle
- Oracle 10g Shrink Table - Shrink Space 收縮空間Oracle 10g
- table move 與 shrink 的區別
- ALTER TABLE MOVE | SHRINK SPACE區別
- [Oracle] Shrink space & Table move比較Oracle
- alter table move 和 alter table shrink space的區別
- Oracle 10g Shrink Table 詳解Oracle 10g
- ALTER TABLE MOVE和SHRINK SPACE區別
- alter table move 與shrink space的區別
- alter table move跟shrink space的區別
- Oracle 11g alter table move與shrink spaceOracle
- alter table move跟shrink space的區別(轉)
- oracle 10g__alter table shrink space compactOracle 10g
- Oracle IZ0-053 Q277(Table shrink space)Oracle
- ORA-22868: table with LOBs contains segments in different tablespacesAI
- HOW TO SHRINK A TABLE USING ONLINE REDEFINITION (文件 ID 1357878.1)
- How to adjust the high watermark in ORACLE 10g – ALTER TABLE SHRINKOracle 10g
- Segments 教程
- Trees and Segments
- MYSQL錯誤程式碼:1248 Every derived table must have its own alias 解決MySql
- Overview of Segments (22)View
- oracle shrinkOracle
- types of undo segments(ZT)
- Intensity Segments問題
- Put email in its placeAI
- PE教程7: Export Table(引出表)Export
- oracle10g_alter table shrink space_compact_cascade回收空間測試(一)Oracle
- Dba_segments詳解
- Introduction to Index Segments (24)Index
- Operations that Require Temporary Segments (26)UI
- E. Boring Segments
- vector::shrink_to_fit()
- CSS flex-shrinkCSSFlex
- vector shrink_to_fit
- How boltdb Write its Data?
- ITS WEBGUI in ECC6.0WebGUI
- Maintain Internet Transaction Server (ITS)AIServer
- 測試alter table shrink space compact cascade及學習user_tables相關列的含義