love wife & love life ——Roger

In fact, life is easy

Posts Tagged 11gR2新特性 in-memory-parallel-execution

11gR2 新特性之—In-Memory Parallel execution

本站文章除注明转载外,均为本站原创: 转载自love wife & love life ——Roger 本文链接地址: 11gR2 新特性之—In-Memory Parallel execution 该特性是在oracle 11gR2 引入,其目的不言而喻。在11gR2之前,也就是在11gR1中, 如果当你发出/*+parallel(16) */ 时,可能会出现下面两种情形: 1. The SQL can run with reduced DOP (be downgraded) -该特性我在11gR1中测试过 2. The SQL can run in serial mode (be serialized) * "ORA-12827: insufficient parallel query slaves available" (If PARALLEL_MIN_PERCENT was specified)   但是在11gR2中,彻底发生了改变,首先我们来看看新引入的几个paralle相关的参数:   parallel_degree_policy 该参数属性为manual、auto、limited,11gR2中默认为manual。 [...]