Oracle Deterministic Function
Specify DETERMINISTIC to indicate that the function returns the same result value whenever it is called with the same values for its arguments.
You must specify this keyword if you intend to call the function in the expression of a function-based index or from the query of a materialized view that is marked REFRESH FAST or ENABLE QUERY REWRITE. When Oracle Database encounters a deterministic function in one of these contexts, it attempts to use previously calculated results when possible rather than re-executing the function. If you subsequently change the semantics of the function, you must manually rebuild all dependent function-based indexes and materialized views.
Do not specify this clause to define a function that uses package variables or that accesses the database in any way that might affect the return result of the function. The results of doing so will not be captured if Oracle Database chooses not to reexecute the functi
You must specify this keyword if you intend to call the function in the expression of a function-based index or from the query of a materialized view that is marked REFRESH FAST or ENABLE QUERY REWRITE. When Oracle Database encounters a deterministic function in one of these contexts, it attempts to use previously calculated results when possible rather than re-executing the function. If you subsequently change the semantics of the function, you must manually rebuild all dependent function-based indexes and materialized views.
Do not specify this clause to define a function that uses package variables or that accesses the database in any way that might affect the return result of the function. The results of doing so will not be captured if Oracle Database chooses not to reexecute the functi
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-1062134/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE FUNCTION函式中DETERMINISTIC測試OracleFunction函式
- deterministic function 函式索引Function函式索引
- 【MySQL】ERROR 1418 This function has none of DETERMINISTIC, NO SQL, ...MySqlErrorFunctionNone
- ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL,ErrorFunctionNoneSQL
- oracle deterministic關鍵字.Oracle
- 使用自定義函式創Function-Based Indexes時需要使用DETERMINISTIC Functions!函式FunctionIndex
- This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de 錯誤解決辦法FunctionNoneSQL
- oracle function overviewOracleFunctionView
- Oracle Table FunctionOracleFunction
- oracle function powerOracleFunction
- 函式DETERMINISTIC函式
- oracle INTERNAL_FUNCTIONOracleFunction
- DETERMINISTIC Functions (203)Function
- Oracle Pipelined FunctionOracleFunction
- oracle function函式castOracleFunction函式AST
- BIRT呼叫oracle function薦OracleFunction
- a demo function of oracle for AKingFunctionOracle
- Deterministic Policy Gradient AlgorithmsGo
- Oracle基礎之function使用OracleFunction
- oracle create function 例項2OracleFunction
- Oracle Profile and PASSWORD_VERIFY_FUNCTIONOracleFunction
- 構建oracle function的小示例OracleFunction
- Oracle Date Function 講解和事例OracleFunction
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- 建立函式索引須知DETERMINISTIC函式索引
- Oracle vs PostgreSQL Develop(28) - function overloadOracleSQLdevFunction
- oracle11中的char_functionOracleFunction
- Oracle replace function to delete sub-stringOracleFunctiondelete
- oracle create function的兩個例項OracleFunction
- ORACLE HANDBOOK系列之一:Oracle分析函式(Analytic Function)Oracle函式Function
- Oracle vs PostgreSQL Develop(24) - subquery with agg functionOracleSQLdevFunction
- Oracle Common Function Library 參考文件OracleFunction
- Oracle Reporting 1 - Ratio_to_Report FunctionOracleFunction
- Oracle Date Function 講解和事例【Blog 搬家】OracleFunction
- Oracle procedure,package,function,triger 閃回 恢復OraclePackageFunction
- $(function(){})與(function($){....})(jQuery)的區別FunctionjQuery
- JavaScript FunctionJavaScriptFunction
- javascript Function()JavaScriptFunction