【oracle 】怪异的信息统计 结果全为0

SQL> conn scott/yang
已连接。
SQL> set linesize 120
SQL> set autot on
SQL> select id ,name from t;
        ID NAM       
---------- ---         
         1 a1         
         1 a1         
         1 a1          
         1 a2          
         1 a2          
         1 a2          
         2 a2         
         2 a2          
         2 a2 
已选择9行。
执行计划
----------------------------------------------------------
Plan hash value: 1601196873
-------------------------------------------------------------------------- 
| Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     | 
-------------------------------------------------------------------------- 
|   0 | SELECT STATEMENT  |      |     9 |    54 |     3   (0)| 00:00:01 | 
|   1 |  TABLE ACCESS FULL| T    |     9 |    54 |     3   (0)| 00:00:01 | 
--------------------------------------------------------------------------
统计信息
---------------------------------------------------------- 
          0  recursive calls  
          0  db block gets  
          0  consistent gets 
          0  physical reads  
          0  redo size 
          0  bytes sent via SQL*Net to client
          0  bytes received via SQL*Net from client 
          0  SQL*Net roundtrips to/from client 
          0  sorts (memory) 
          0  sorts (disk)
          9  rows processed
SQL> select id ,name from t;

        ID NAM        
---------- ---         
         1 a1          
         1 a1          
         1 a1          
         1 a2          
         1 a2          
         1 a2          
         2 a2          
         2 a2          
         2 a2          

已选择9行。
执行计划
----------------------------------------------------------
Plan hash value: 1601196873
--------------------------------------------------------------------------                                              
| Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     | 
-------------------------------------------------------------------------- 
|   0 | SELECT STATEMENT  |      |     9 |    54 |     3   (0)| 00:00:01 | 
|   1 |  TABLE ACCESS FULL| T    |     9 |    54 |     3   (0)| 00:00:01 | 
-------------------------------------------------------------------------- 
统计信息
----------------------------------------------------------
          0  recursive calls 
          0  db block gets  
          0  consistent gets 
          0  physical reads  
          0  redo size   
          0  bytes sent via SQL*Net to client  
          0  bytes received via SQL*Net from client
          0  SQL*Net roundtrips to/from client 
          0  sorts (memory)   
          0  sorts (disk)
          9  rows processed  

SQL> create table t as select object_id id ,object_name name from dba_objects;

表已创建。

SQL> set timing on
SQL> set autot traceonly
SQL> select id ,name from t;
已选择68374行。
已用时间:  00: 00: 01.42
执行计划
----------------------------------------------------------
Plan hash value: 1601196873 
--------------------------------------------------------------------------
| Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     |
-------------------------------------------------------------------------- 
|   0 | SELECT STATEMENT  |      | 60934 |  4700K|    95   (2)| 00:00:02 | 
|   1 |  TABLE ACCESS FULL| T    | 60934 |  4700K|    95   (2)| 00:00:02 | 
-------------------------------------------------------------------------- 
Note                  
-----                  
   - dynamic sampling used for this statement
统计信息
----------------------------------------------------------
          0  recursive calls
          0  db block gets 
          0  consistent gets
          0  physical reads 
          0  redo size  
          0  bytes sent via SQL*Net to client
          0  bytes received via SQL*Net from client
          0  SQL*Net roundtrips to/from client
          0  sorts (memory) 
          0  sorts (disk) 
      68374  rows processed  

遇见bug了!解决办法: 断开当前连接,重新连入就可以解决~

时间: 2024-09-22 06:34:31

【oracle 】怪异的信息统计 结果全为0的相关文章

探索Oracle之数据库升级二 11.2.0.3升级到11.2.0.4完整步骤

探索Oracle之数据库升级二  11.2.0.3升级到11.2.0.4完整步骤   说明:         这篇文章主要是记录下单实例环境下Oracle 11.2.0.1升级到11.2.0.3的过程,当然RAC的升级是会有所不同.但是他们每个版本之间升级步骤都是差不多的,先升级Database Software,再升级Oracle Instance.  Oracle 11.2.0.4的Patchset No:19852360下载需要有Oracle Support才可以.  Patchset包含

探索Oracle之数据库升级六 11.2.0.4.3 Upgrade12c(12.1.0.1)

探索Oracle之数据库升级六11.2.0.4.3 Upgrade12c(12.1.0.1) 一.前言:       Oracle 12c发布距今已经一年有余了,其最大亮点是一个可以插拔的数据库(PDB),这是在之前版本没有的:但是如果我们要将以前版本的数据库升级到12c来,那么也应顺其自然的将其变成一个pdb,那么我们的工作不仅包含了数据库软件的升级,同时也包含如何将一个NO-CDB的数据库plug to CDB none. 二.升级要求:   三.升级前准备:          3.1.查看

探索Oracle之数据库升级四 11.2.0.4.0 PSU 11.2.0.4.3

探索Oracle之数据库升级四11.2.0.4.0 PSU 11.2.0.4.3   一.  检查当前数据库PSU号: [oracle@db01 ~]$ cd/DBSoft/Product/11.2.4/db_1/OPatch/ [oracle@db01 OPatch]$ ls crs docs emdpatch.pl jlib ocm opatch opatch.bat opatchdiag opatchdiag.bat opatch.ini opatch.pl opatchprereqs o

探索Oracle之数据库升级九 12.1.0.1 Update 12.1.0.2

探索Oracle之数据库升级九 12.1.0.1 Update 12.1.0.2 一.检查当前数据库版本及系统信息 [oracle@db01 ~]$ lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printin

oracle 修改触发:NEW值怎么是0??

问题描述 oracle 修改触发:NEW值怎么是0?? 触发器代码: create or replace trigger TR_T_SPILL_LOSS_LIST BEFORE update on t_spill_loss_list for each row declare M_SPILL_TYPE VARCHAR2(30); M_SHOP_ID NUMBER(18); begin M_SPILL_TYPE := ''; M_SHOP_ID := 0; SELECT MAX(SPILL_TYPE

1 Oracle Database 11g Release 2 (11.2.0.4) New Features

1 Oracle Database 11g Release 2 (11.2.0.4) New Features This chapter contains descriptions of all of the features that are new to Oracle Database 11g Release 2 (11.2.0.4). 1.1 Oracle Data Redaction This new database security feature is part of Oracle

c c++-2^100为什么低位全为0????

问题描述 2^100为什么低位全为0???? 解决方案 用%lf来输出双经度浮点数 解决方案二: 双精度浮点数最多也就15位有效数字,超过15位的数字是不准确的.要计算2^100,必须自己编写高精度乘法.

《Oracle高性能自动化运维》一一第3章 Oracle重做日志(Redo) 3.0

**第3章Oracle重做日志(Redo) 3.0**Oracle重做日志(Redo)记录了Oracle数据库的所有更改,是数据库恢复最重要的依据和来源,因此研究Redo非常有意义.本章主要对Redo的功能结构.产生场景以及优化要点进行介绍,引导读者深入学习Oracle Redo相关知识.

ThinkPHP 连接Oracle数据库的详细教程[全]_php实例

一. 操作环境搭建 系统:Windows7 旗舰版 64位PHP环境:wampserver2.2e-php5.4.3-httpd2.2.22-mysql5.5.24  32位版下载地址:http://www.wampserver.com/en/ ThinkPHP:3.0正式版下载地址:http://thinkphp.cn/down.html Oracle:Orcale_11gR2  32位版下载地址:http://www.oracle.com/technetwork/cn/indexes/dow