Dependencies of Function-Based Indexes (202)
Function-based indexes depend on the function used in the expression that defines the
index. If the function is a PL/SQL function or package function, the index is disabled
by any changes to the function specification.
To create a function-based index, the user must be granted CREATE INDEX or CREATE
ANY INDEX.
To use a function-based index:
■ The table must be analyzed after the index is created.
■ The query must be guaranteed not to need any NULL values from the indexed
expression, because NULL values are not stored in indexes.
函式索引的依賴性
1. 如果函式索引中的表示式為 PL/SQL 函式或包函式,當函式宣告發生變化時,索引將失效。
2. 需要授予create (any) index許可權才能建立按函式索引
3. 使用函式索引 , 表必須在索引建立後進行分析 , 且表示式中沒有NULL值
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982483/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Resolve Dependencies of Function-Based Indexes (205)FunctionIndex
- 建立Function-Based IndexesFunctionIndex
- Function-Based Indexes (199)FunctionIndex
- Uses of Function-Based Indexes (200)FunctionIndex
- Optimization with Function-Based Indexes (201)FunctionIndex
- 高效的SQL(Function-based Indexes 函式、運算優化思路)SQLFunctionIndex函式優化
- 使用自定義函式創Function-Based Indexes時需要使用DETERMINISTIC Functions!函式FunctionIndex
- Function-based Index and Or-ExpansionFunctionIndex
- Rebuild IndexesRebuildIndex
- ORACLE INDEXESOracleIndex
- Injection of autowired dependencies failed;AI
- Fine Grained DependenciesAI
- dba_dependencies scripts
- Management of Remote Dependencies (252)REM
- Dependencies of Applications (256)APP
- Dependencies and Views (180)View
- 讀懂 gradle dependenciesGradle
- Resolution of Schema Object Dependencies (241)Object
- Oracle - Tables/IndexesOracleIndex
- Reverse Key IndexesIndex
- ORACLE -> NULL & INDEXESOracleNullIndex
- Overview of Partitioned IndexesViewIndex
- Local Partitioned IndexesIndex
- Global Nonpartitioned IndexesIndex
- Extents in Indexes (19)Index
- 翻譯(九)——Clustered Indexes: Stairway to SQL Server Indexes Level 3IndexAISQLServer
- 關於函式索引(function-based index)函式索引FunctionIndex
- dependencies 和 devDependencies 的異同dev
- Dependencies for Graphs 閱讀筆記筆記
- skip_unusable_indexesIndex
- The Secrets of Oracle Bitmap IndexesOracleIndex
- Restrictions on Create Bitmap IndexesRESTIndex
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- Overview of Indexes (194)ViewIndex
- Indexes and Nulls (198)IndexNull
- 202. Happy NumberAPP