oracle 10g__alter table shrink space compact
壓縮或縮小表的空間時,先要
alter table v4 enable row movement;
alter table v4 shrink space compact;
shrink 語句的相當注意限制:
Restrictions on the shrink_clause The shrink_clause is subject to the following restrictions:
-
You cannot specify this clause for a cluster, a clustered table, or any object with a LONG column.
-
Segment shrink is not supported for tables with function-based indexes or bitmap join indexes.
-
This clause does not shrink mapping tables of index-organized tables, even if you specify CASCADE.
-
You cannot specify this clause for a compressed table.
-
You cannot shrink a table that is the master table of an ON COMMIT materialized view. Rowid materialized views must be rebuilt after the shrink operation.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-610133/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- alter table move與shrink space
- [20190918]shrink space與ORA-08102錯誤.txt
- [重慶思莊每日技術分享]-在為表新增了列後執行ALTER TABLE SHRINK SPACE 提示ORA-8102
- Oracle move和shrink釋放高水位空間Oracle
- Oracle:TABLE MONITORINGOracle
- Oracle table selectOracle
- 【SHRINK】Oracle收縮表的詳細命令參考Oracle
- oracle cache table(轉)Oracle
- Oracle Pipelined Table(轉)Oracle
- Oracle Pipelined Table Functions(轉)OracleFunction
- Oracle資料庫管理——表資料庫高水位及shrink操作Oracle資料庫
- CSS flex-shrinkCSSFlex
- vector::shrink_to_fit()
- compact (): Undefined variable: operatorUndefined
- Oracle Table建立引數說明Oracle
- Analyze table對Oracle效能的提升Oracle
- Oracle cluster table(1)_概念介紹Oracle
- ORACLE _small_table_threshold與eventOracle
- 關於Oracle dba_free_space 檢視的研究Oracle
- JavaScript Compact Object All In OneJavaScriptObject
- oracle truncate table recover(oracle 如何拯救誤操作truncate的表)Oracle
- use azure data studio to create external table for oracleOracle
- 【TABLE】Oracle表資訊收集指令碼Oracle指令碼
- 深入解析 oracle drop table內部原理Oracle
- win10 compact功能如何使用_win10系統compact模式使用教程Win10模式
- 聊聊Java 9的Compact StringsJava
- Oracle 19c Concepts(02):Tables and Table ClustersOracle
- 14_深入解析Oracle table cluster結構Oracle
- 聊聊dba_temp_free_space的allocated_space和free_space
- Oracle優化案例-關閉auto space advisor和sql tuning advisor(十九)Oracle優化SQL
- Hilbert Space
- 有關oracle external table的一點測試。Oracle
- 【TABLE】Oracle監控異常的表設計Oracle
- oracle 19c 無法create table解決Oracle
- 硬剛 lodash 原始碼之路,compact & concat原始碼
- oracle表空間不足:ORA-01653: unable to extend tableOracle
- Oracle中獲取TABLE的DDL語句的方法Oracle
- oracle drop table purge無備份bbed恢復(3/3)Oracle
- oracle drop table purge無備份bbed恢復(1/3)Oracle