Create Index ...ONLINE
Specify ONLINE to indicate that DML operations on the table will be
allowed during creation of the index.
Restrictions on Online Index Building
Online index building is subject to the following restrictions:
■ Parallel DML is not supported during online index building. If you specify
ONLINE and then issue parallel DML statements, then Oracle Database returns an error.
■ You cannot specify ONLINE for a bitmap index or a cluster index.
■ For a nonunique secondary index on an index-organized table, the number of
index key columns plus the number of primary key columns that are included in
the logical rowid in the index-organized table cannot exceed 32. The logical rowid
excludes columns that are part of the index key.
create index ...online字句
指定online則說明當建立該索引的時候dml操作是被允許的
create index ...online字句限定
1. 不支援並行dml , 否則Oracle將返回一個錯誤
2. 對於點陣圖索引和簇索引不能指定ONLINE
3. ...
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982496/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- create index/create index online區別Index
- create index .. onlineIndex
- create index onlineIndex
- create index online 與rebuild index onlineIndexRebuild
- create index online 與rebuild index onlineIndexRebuild
- CREATE INDEX ......ONLINE分析Index
- create index online 和create index 不同及注意點Index
- rebuild index online和create index online及沒有online的區別RebuildIndex
- MySQL online create index實現原理MySqlIndex
- create index online與非online在library cache lock/pin方面的區別Index
- CREATE BITMAP INDEXIndex
- create index...online操作過程中會申請持有哪些鎖Index
- Index Online RebuildIndexRebuild
- hive orc表'orc.create.index'='true'與'orc.create.index'='false'HiveIndexFalse
- Unable to create git index lockGitIndex
- Create index with open on-line index creationIndex
- create index , rebuild index troubleshooting 索引故障解決IndexRebuild索引
- Creating an Index OnlineIndex
- CREATE INDEX index1 ON table1(col1)Index
- alter index rebuild 與 rebuild onlineIndexRebuild
- index rebuild online的問題IndexRebuild
- 關於rebuild index online 及drop index後重建問題RebuildIndex
- Index online operation的過程 ztIndex
- postgresql create index concurrently過程描述SQLIndex
- 重建索引index rebuild online vs offline vs index coalesce vs index shrik space索引IndexRebuild
- 【羅玄】從鎖的角度看rebuild index online和rebuild indexRebuildIndex
- 聊聊索引Index Rebuild和Rebuild Online(下)索引IndexRebuild
- 聊聊索引Index Rebuild和Rebuild Online(上)索引IndexRebuild
- alter index rebuild online引發的血案IndexRebuild
- ORA-08104@ONLINE_INDEX_CLEANIndex
- 測試index online rebuild故障記錄IndexRebuild
- alter index ... rebuild online的機制(zt)IndexRebuild
- “rebuild index online hang住" 問題解析RebuildIndex
- Creating an Index Online - 線上建立索引Index索引
- Unable to create index.lock File exists錯誤Index
- 加快create / rebuild index的3個點(zt)RebuildIndex
- Default behavior of create & rebuild index in 10G (zt)RebuildIndex
- 加快建立索引(create / rebuild index) 的幾點索引RebuildIndex