JUST DO IT ~

我只想当个程序员

     摘要:   阅读全文
posted @ 2008-10-18 12:33 小高 阅读(1477) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-10-11 21:21 小高 阅读(1244) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-10-07 08:15 小高 阅读(322) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-10-07 08:09 小高 阅读(1659) | 评论 (2)编辑 收藏
     摘要:   阅读全文
posted @ 2008-10-07 07:37 小高 阅读(205) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-10-06 17:58 小高 阅读(278) | 评论 (0)编辑 收藏



SQL> exec dbms_stats.gather_table_stats('IDMP','TEST_GDDG');

PL/SQL 过程已成功完成。

SQL>
select  num_rows from dba_tables
   where owner='IDMP' and table_name ='TEST_GDDG';


  NUM_ROWS
----------
       182

SQL> truncate table test_gddg
  2  ;

表被截断。

SQL> select  num_rows from dba_tables
  where owner='IDMP' and table_name ='TEST_GDDG';


  NUM_ROWS
----------
       182

SQL> exec dbms_stats.gather_table_stats('IDMP','TEST_GDDG');

PL/SQL 过程已成功完成。

SQL>

select  num_rows from dba_tables
    where owner='IDMP' and table_name ='TEST_GDDG';


  NUM_ROWS
----------
         0

SQL>


另外 补充
http://www.dbanotes.net/database/oracle_dbms_stats.html
导出和回复统计信息

用 DBMS_STATS 构造 STATS 环境

dbms_stats VS analyze



http://yumianfeilong.com/2007/05/26/dbms_stats-vs-analyze/



众所周知,Table是分区的时候,analyze根据所有partition上的已有的统计信息“计算”出整个表级别上的统计信息;而dbms_stats是实际去计算整个表范围的统计信息,因此表级别的统计信息比analyze更精确,反映表上真实的情况.




posted @ 2008-10-05 10:36 小高 阅读(2045) | 评论 (0)编辑 收藏
     摘要: iSQL*Plus URL: -----一般重装 都没问题
http://localhost:5560/isqlplus
系统服务:

iSQL*Plus Application Server
F:\oracle\product\10.2.0\db_1\bin\isqlplussvc.exe

从装会有 问题 ,特别是 主机名修改了.......比较麻烦的
Enteprise Manager 10g Database Control URL:
http://localhost:5500/em
看我修理 .......的文章 ............

OracleDBConsoleidmp
F:\oracle\product\10.2.0\db_1\bin\nmesrvc.exe  阅读全文
posted @ 2008-10-04 22:05 小高 阅读(665) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-09-29 17:26 小高 阅读(3923) | 评论 (2)编辑 收藏
     摘要:   阅读全文
posted @ 2008-09-29 11:54 小高 阅读(2167) | 评论 (0)编辑 收藏
性能上, 没什么太大的区别...
但是 pro *C  需要外部的编译和调试好.扩展性更强....

如果大家都执行了一次,那么性能一改是一样的....
posted @ 2008-09-28 10:44 小高 阅读(178) | 评论 (0)编辑 收藏
     摘要: 1. Upgrade to the newest version legally and without paying money
1。合法升级到最新版本却不花一分钱
2. Have the latest version of the operating system run faster than the previous version on the same hardware
2。同一个硬件平台上最新的操作系统却比老的更快。  阅读全文
posted @ 2008-09-19 07:18 小高 阅读(303) | 评论 (0)编辑 收藏
     摘要:   阅读全文
posted @ 2008-09-18 22:30 小高 阅读(629) | 评论 (0)编辑 收藏
     摘要: 3个方式配合解决这个问题  阅读全文
posted @ 2008-09-18 21:48 小高 阅读(1421) | 评论 (0)编辑 收藏
     摘要: import .
anthoer name
资源 释放.关闭啊网络,文件 ,.... IDisposable 接口  阅读全文
posted @ 2008-09-18 13:53 小高 阅读(176) | 评论 (0)编辑 收藏
仅列出标题
共20页: First 上一页 11 12 13 14 15 16 17 18 19 下一页 Last 

导航

<2024年5月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

统计

常用链接

留言簿(3)

随笔分类(352)

收藏夹(19)

关注的blog

手册

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜