12 2017 档案
摘要:High waits on control file sequential read (文档 ID 2277867.1) In case we run into an issue where control file sequential read is the top event on the A
阅读全文
摘要:1.dev time:1226 1个跑批 db_file_multiblock_read_count =128 60.05 (mins) 26-Dec-17 16:00:20 ~ 26-Dec-17 17:00:20 每秒81个IO 读,26个IO 写。 Statistic Total per Se
阅读全文
摘要:1.用tune2fs查看block size大小: 1 2 tune2fs -l /dev/sda1 |grep "Block size" Block size: 1024 2.用stat查看block size大小: 1 2 stat /boot/|grep "IO Block" Size: 10
阅读全文
摘要:http://www.laoxiong.net/table_scan_and_buffer_cache.html 全表扫描与buffer cache https://www.cnblogs.com/Richardzhu/archive/2013/01/23/2872587.html 1.理论上,最大
阅读全文
摘要:http://blog.itpub.net/26015009/viewspace-1806629/
阅读全文
摘要:#### for AWR 报告 : 建议如下: 不能随便调整db_file_multiblock_read_count 值, 取同样时间段的AWR 报告 02:00 ~ 05:00,所以db_file_multiblock_read_count 的值不能随便调整,从48 调整大到 128,发现 av
阅读全文
摘要:转http://www.dbdream.com.cn/2013/10/14/vsession_longops%E8%A7%86%E5%9B%BE/ 有的时间,我们想监控 运行超过4个小时的SQL 如果是10g 版本的库,可以用 v$session_longops ,如果11g的库,推荐使用 v$sq
阅读全文
摘要:https://searchdatabase.techtarget.com.cn/7-20392/ --use_urec 详细解读:含义如下:还剩下多少记录需要回退。 select USED_UREC from v$transaction; 4.1、delete 操作 4.1.2、一般删除 计算公式
阅读全文
摘要:http://www.mamicode.com/info-detail-1659243.html 存储过程无法做 sql -monitor , 而存储过程跑的sql (只能通过awr 报告来看sql_id),则也不 可以做sql-monitor. 因为 以下语句只能看到 存储过程的sql_id. S
阅读全文
摘要:###########issue 0: db alert 有如下提示, thread 1 cannot allocatete new log, sequenec 1111 通过检查v$log ,发现10组日志,每组1G, 一个小时产生10G 日志,应该是够用的。 怀疑是没有提交的巨量事物导致这个报错
阅读全文
摘要:https://www.cnblogs.com/cloudstorage/archive/2012/11/11/2764623.html #####sample 0: 数据库全表扫描导致 操作系统 iostat -dmx 1 消耗过高。 主机观察topas 观察到 某条 command : vxfs
阅读全文
摘要:set autot on SQL> set autotraceUsage: SET AUTOT[RACE] {OFF | ON | TRACE[ONLY]} [EXP[LAIN]] [STAT[ISTICS]]set autot on exp stat TKProf Structure TKProf
阅读全文
摘要:https://www.cnblogs.com/JNUX/p/6936548.html
阅读全文
摘要:https://www.cnblogs.com/Peyton-for-2012/archive/2013/05/07/3065058.html
阅读全文
摘要:#### 本实验室通过创建一个测试表myTestTable ,分配在一个足够大小的表空间。 压力测试 ###然后通过 insert select 方式,创建100个后台进程进行读写操作,每个后台进程预计时间20分钟以上。 0.create table create table myTestTable
阅读全文
摘要:I. Pre-Switchover Checks These steps should be completed before the switchover planned maintenance window begins. Our recommendation is that these are
阅读全文
摘要:转自 http://blog.csdn.net/notbaron/article/details/50927492 在Oracle 10g以上的版本,High version count可谓是一个臭名昭著的问题。Hight version count不仅仅产生的原因多种多样,并且会导致各种令人头痛的
阅读全文
摘要:转 http://blog.itpub.net/28883355/viewspace-1080879/ oradebug它可以启动跟踪任何会话,dump SGA和其它内存结构,唤醒ORACLE进程,如SMON、PMON进程,也可以通过进程号使进程挂起和恢复等,还有很多功能,实际上这些功能都不常用,但
阅读全文
摘要:1.概念: The Enterprise Manager DBConsole consists of the following components: 作为分布式架构OEM,也就是一 server对多client 的架构, server 端执行: emctl status oms agent 端执
阅读全文
摘要:http://www.cnblogs.com/kerrycode/p/7826036.html
阅读全文
摘要:问题现象: 初学shell,写了个脚本, 1.从windows 写好 脚本,然后部署到 linux 上。 2.chmod +x之后执行提示command not found,系统环境redhat9,用echo $SHELL检查shell版本显示为/bin/bash,为了排错,写了一个最简单的文件te
阅读全文
摘要:谷歌浏览器(Chrome)如何手动清除缓存 听语音 | 浏览:13267 | 更新:2014-05-15 01:00 | 标签:谷歌 chrome 谷歌浏览器(Chrome)如何手动清除缓存 听语音 | 浏览:13267 | 更新:2014-05-15 01:00 | 标签:谷歌 chrome 浏览
阅读全文
摘要:关闭VM (windows 7 )的方法, 使用 退出 保持状态 开启VM (windows 7 )的方法, 选择启动 ######Iissue 1 网络连接不上,可以重新初始化 网络连接。 ######步骤1 初始化VM for windows XP 转 http://www.xitongzhij
阅读全文
摘要:超过32G 的数据库,可以是使用如下方法配置。 ######### Slow Performance with High CPU Usage on 64-bit Linux with Large SGA (文档 ID 361670.1)* Linux on IA64 provides 16K pag
阅读全文