永无止境的调优service level agreements: 是一个量化的调优的指标.performance 只要满足业务OK就可以了, 没必要调的很多, 因为有得必有失, 一方面调的特别优化, 可能导致另一方面出问题主要还是关注SQL调优把(Troubleshooting Oracle performance 这本书主要是针对SQL的调优)调优是告诉你怎么样使用ORACLE没有1本书能大而全的论述性能调优database administrators 和 system administrators 都需要调优第1部分: 开发人员, 测试人员和DBA一起调优(这部分内容比较重要, 主要针对
转载 2013-08-15 09:06:00
245阅读
2评论
oracle tuning 分为3个阶段1. application 调优阶段, 包括设计的调优, SQL语句调优, 管理权限等内容, (这部分是我的重点) (调优人员 application designer and application developer)2. instance 调优阶段, ...
转载 2014-03-27 08:33:00
139阅读
2评论
工欲善其事, 必先利其器.oracle 调优方面有很多工具, 目前 UI 个人只打算使用 Toad.重要文件一. alert log file. (位置 parameter BACKGROUND_DUMP_DEST) 这个文件中有很多重要的内容, 可以通过调整 LOG_CHECKPOINTS_TO_...
转载 2014-03-27 14:04:00
238阅读
2评论
在现代信息技术领域中,Oracle数据库的调优一直是一个重要的工作。而在Linux操作系统上进行Oracle数据库的调优更是一项挑战。本文将介绍如何在Linux操作系统上进行Oracle数据库的调优,以提高数据库的性能和稳定性。 首先,要注意的是Linux操作系统的内核参数对数据库性能有着重要的影响。在进行Oracle数据库调优前,我们需要先了解Linux内核参数的设置。通过修改sysctl.c
Oracle Performance Tuning —— 我的学习理解过程 1. Gathering Database Statistics Using the Automatic Workload Repository Gathering database statistics using the AWR is enabled by default and is co
转载 精选 2010-11-03 10:16:35
705阅读
advice
原创 2018-07-11 16:58:18
1194阅读
    SQL是的全称是Structured Query Language(结构化查询语言)。SQL是一个在80年代中期被使用的工业标准数据库查询语言。不要把SQL语言与商业化产品如Microsoft SQL server或开源产品MySQL相混淆。所有的使用SQL缩略词的这些都是SQL标准的一部分。一、SQL tuning之前的调整    下面这个粗略的方法能够节省数千小时乏味的SQL tuni
原创 2022-01-05 10:11:43
229阅读
一个项目碰到性能问题,要我去优化。Oracle数据库,项目日志记录一个查询语句运行4个小时。因为对Oracle DB管理调优不熟,一开始从逻辑层面优化SQL语句,对照执行计划觉得应当差不多了,测试运行时间比较长(等了1分钟多没有运行完,就Cancel掉)。 进一步的分析发现: 1. PL/SQL Developer的Explain Plan Window中执行计划显示不准确。 可能是S...
转载 2007-06-27 06:46:00
196阅读
2评论
Oracle Performance Tuning Tools Performance tools can examine execution strategies and can be used for SQL tuning, the tools can give you a good estim ...
转载 2021-10-13 09:53:00
124阅读
2评论
Oracle Concepts - Guidelines for Tuning the Oracle Shared PoolIn SummaryI hope you nowunderstand that the old "just increase the shared pool" answer isn'tgood enough anymore when it comes to tunin
转载 2021-08-16 22:54:14
190阅读
Shared Pool Tuning目标是提高命中率, 以减少 I/O 操作shared pool : 是由 library cache, data dictionary cache 两部分组成. 由于 data dictionary cache 在内存中的时间比 library cache 时间长...
转载 2014-03-28 08:39:00
82阅读
2评论
The interaction between Java threads affects the performance of your application. There are two ways to tune the interaction of threads:By modifying the structure of your program code; for example, minimizing the amount of contention between threadsBy using options in the Oracle JRockit JVM that aff
转载 2011-02-23 23:44:00
148阅读
nested loops/hash joinhttp://279907022.iteye.com/blog/1753430 Oracle中Hint深入理解(原创) 已阅读,再深入理解一下~http://czmmiao.iteye.com/blog/1478465 oracle表连接之嵌套循环Nested Loops Joinhttp://www.devba.com/index.php/a
转载 精选 2015-01-26 16:52:16
281阅读
推进使用自动管理 automatic segment1 个 Blocks = 2的幂次方倍tablespace 像一块地segment 像一个房子extents 向一个装砖头的框blocks 像砖头segment 一次性最少要分配一个 extents推荐使用 UNIFORM 在创建 extent 时.grant connect, resource to mark;create table t(id int, name char(10));注意, 执行第一个命令时无法得到empty blocks 的数值, 需要执行 analyze table t compute statistics 才能得到
转载 2014-04-05 16:37:00
82阅读
2评论
先要明白一些概念: 日志文件中的信息为了当系统出现failure时,保证事务可以恢复。当用户事务完成发出commit时,总是先等待LGWR进程将事务所需的redo信息写到日志文件(之前可能在redo buffer中)后,才会收到commit complete信息。 DBWR进程总是
转载 2008-06-13 22:26:00
92阅读
2评论
sql tunning advisor 使用的主要步骤:  1 建立tunning task  2 执行task  3 显示tunning 结果  4 根据建议来运行相应的调优方法  下面来按照这个顺序来实施一遍:   1  建立测试表以及索引SQL> CREATE TABLE test_sql_advisor AS SELECT OWNER,OBJECT_NAME,OBJECT_ID FR
转载 2016-05-12 08:10:00
86阅读
2评论
老李分享: Oracle Performance Tuning Overview 翻译1 性能优化概述This chapter provides an introduction toperformance tuning and contains the following sections:本章节给出了性能优化的简介,它包含了一下几个部分。Introduction to Performa
转载 精选 2015-12-16 17:18:29
392阅读
Oracle数据库整体性能的优化,首先要关注的是在有性能问题时数据库排名前几位等待事件是哪些。Oracle等待事件众多,随着版本的升级,数量还在不断增加,可以通过v$event_name查到当前数据库版本包含的等待事件。例如我在Linux平台查11.2.0.4版本的Oracle是有1367个等待事
转载 2015-05-25 23:32:00
128阅读
2评论
oracle 是经过多年研发的, 通用的, 质量很高, 而application 是为客户定制的, 一次性的, 质量可能会出问题.数据库的 move 的含义, 是将老表copy到新的表, 然后将新表命名为老表的名字.为什么要move呢, 可能是表的物理结构有问题, 有很多碎片化. 或者是 PCTFR...
转载 2014-04-05 16:37:00
160阅读
2评论
老李分享: Oracle Performance Tuning Overview 翻译 1 性能优化概述This chapter provides an introduction toperformance tuning and contains the following sections:本章节给出了性能优化的简介,它包含了一下几个部分。Introduction to Pe
转载 精选 2016-03-01 16:24:38
374阅读
  • 1
  • 2
  • 3
  • 4
  • 5