orcale数据库性能优化技术的分析与实现.doc
文本预览下载声明
题 目: Oracle数据库性能优化技术的分析与实现
二OO七 年 五 月论文独创性声明
本人声明,所呈交的学位论文系在导师指导下本文独立完成的研究成果。文中认为引用他人的成果,均已做出明确标注或得到许可。论文内容未包含法律意义上已属于他人的任何形式的研究成果,也不包含本人已用于其他学位申请的论文或成果。
本文如违反上述声明,愿意承担以下责任和后果:
1. 交回学校授予的学位证书;
2. 学校可在相关媒体上对作者本人的行为进行通报;
3. 本文按照学校规定的方式,对因不当取得学位给学校造成的名誉损害,进行公开道歉
4. 本人负责因论文成果不实产生的法律纠纷。
论文作者签名: 日期: 年 月 日摘 要
信息时代,服务于信息存储和处理的数据库规模越来越大,对数据库系统的性能要求也越来越高,作为数据库的管理者如何维护数据库系统,保证其高效稳定的运行已经成为第一要务。本文结合自身使用数据库的经验,基于对性能调优的成本和效益的考虑,选择在数据库设计和维护阶段对目前处于主流数据库市场的Oracle 10g进行了优化实验,分析了影响数据库性能的各方面因素,提出了优化的方法和相关优化技术。本研究就内存参数调整、SQL语句优化、存储结构调整、数据文件分布,以及索引技术、分区技术和聚簇技术的使用等方面进行了实验与分析,为系统设计合理的性能调整和优化方案提供有价值的参考。
【关键词】Oracle 10g数据库;性能优化;命中率;参数;存储结构调整
Oracle Database Performance Optimization Technology Analysis and Implementation
Xue Zhiming
Abstract:
In Information Age,the scale of the database serving the information storing and processing become larger and larger;The Performance requirement of the database system also become higher and higher.As a DBA,how to maintain the database system and guarante its highly effective stable movement already become the first important matter.This article unifies the experience of own using database,based on the performance evolutionary cost and the benefit,I carry on the optimized experiments during the database design and the maintenance stage for Oracle 10g,which takes up most percentage of the maintream database market at present.Has analyzed the various factors influenced the database performance.This reseach carries on the experiments and the analysis on the memory parameters adjustment,the SQL sentences optimization,the memory structures adjustment,the datafilesdistribution,as well as the use of the index technology,the district technology and gathered bunch of technology and so on. These providing the valuable reference of the designing reasonable performance adjusted and optimized plan.
Keywords:
Oracle 10g; Performance optimization; Parameters; The hit probability; Memory structure adjustment
目 录
1 绪论 1
1.1
显示全部