今天在同一版本发现这个参数有点毛病
1.C:\Documents and Settings\user>sqlplus ***/****@**db141.11
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 12月 15 16:49:36 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> show parameter _subquery_pruning_enabled
SQL> select * from v$version
2 ;
BANNER
--------------------------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
PL/SQL Release 10.2.0.2.0 - Production
CORE 10.2.0.2.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Productio
NLSRTL Version 10.2.0.2.0 - Production
SQL>
C:\Documents and Settings\user>sqlplus ***/***@***db
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 12月 15 16:48:22 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engin
e options
SQL> show parameter _subquery_pruning_enabled
NAME TYPE VALUE
------------------------------------ ---------------- ----------------
_subquery_pruning_enabled boolean FALSE
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
PL/SQL Release 10.2.0.2.0 - Production
CORE 10.2.0.2.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Productio
NLSRTL Version 10.2.0.2.0 - Production
SQL>
大家可以看到同样的版本,一个可以显示出_subquery_pruning_enabled 参数值为false 一个没有。不明原因。望大家给个说法。。
2。这个参数_subquery_pruning_enabled 作用是什么??
望坛友&版主们。给个经验方面的调整。
1.C:\Documents and Settings\user>sqlplus ***/****@**db141.11
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 12月 15 16:49:36 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> show parameter _subquery_pruning_enabled
SQL> select * from v$version
2 ;
BANNER
--------------------------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
PL/SQL Release 10.2.0.2.0 - Production
CORE 10.2.0.2.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Productio
NLSRTL Version 10.2.0.2.0 - Production
SQL>
C:\Documents and Settings\user>sqlplus ***/***@***db
SQL*Plus: Release 10.2.0.1.0 - Production on 星期二 12月 15 16:48:22 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engin
e options
SQL> show parameter _subquery_pruning_enabled
NAME TYPE VALUE
------------------------------------ ---------------- ----------------
_subquery_pruning_enabled boolean FALSE
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
PL/SQL Release 10.2.0.2.0 - Production
CORE 10.2.0.2.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.2.0 - Productio
NLSRTL Version 10.2.0.2.0 - Production
SQL>
大家可以看到同样的版本,一个可以显示出_subquery_pruning_enabled 参数值为false 一个没有。不明原因。望大家给个说法。。
2。这个参数_subquery_pruning_enabled 作用是什么??
望坛友&版主们。给个经验方面的调整。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/13159425/viewspace-622520/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/13159425/viewspace-622520/