2012年8月15日
摘要: 数据库性能问题故障排除检查硬件原因使用 PerfMon 跟踪数据库瓶颈评估查询性能解决数据库系统的性能问题可能是一项艰巨的任务。了解如何找到问题很重要,但是了解系统对特定请求作出特定反应的原因更加重要。影响数据库服务器上的 CPU 利用率的因素有很多:SQL 语句的编译和重新编译、缺少索引、多线程操作、磁盘瓶颈、内存瓶颈、日常维护以及抽取、转换和装载 (ETL) 活动和其他因素。利用 CPU 本身并不是一件坏事情,执行任务是 CPU 的职责所在。CPU 利用率正常的关键是确保 CPU 处理您需要它处理的任务,而不是将循环浪费在不良优化的代码或缓慢的硬件上。达到同一目的的两种途径概括来讲,有两种 阅读全文
posted @ 2012-08-15 23:49 weaver_chen 阅读(443) 评论(0) 推荐(0) 编辑
摘要: The examples below are based on:- the demo schema SCOTT that is created with script: $ORACLE_HOME/rdbms/admin/scott.sql- the directory object my_dir that refers to an existing directory on the server where the Oracle RDBMS is installed. Example:Windows:CONNECT system/managerCREATE OR REPLACE DIRECTO 阅读全文
posted @ 2012-08-15 10:48 weaver_chen 阅读(8242) 评论(0) 推荐(0) 编辑