上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 80 下一页
摘要: 当前最耗资源的10个cpu select * from (select address,hash_value, round(cpu_time/1000000) cpu_time_s, round(cpu_time/decode(executions,0,1,executions)/1000000,2 阅读全文
posted @ 2017-11-10 17:21 feiyun8616 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 一般我们不建议人工部署开机自动启动的脚本。而是建议通过crontab 部署脚本监控,理由如下: 1.自动开机部署脚本不好定位问题,有可能导致主机重启过慢。 2.自动开机部署脚本不好定位问题,有可能导致主机无法打开对应的服务。无法telnet 主机 详细描述如下:issue 2 http://www. 阅读全文
posted @ 2017-11-09 18:05 feiyun8616 阅读(4016) 评论(0) 推荐(0) 编辑
摘要: 问题 aix 主机 1.数据库主机使用vmstat 监控,隔几分钟 就是block 爆满。 cpu 没有瓶颈,I/O 显示本地磁盘hdisk0和hdisk 1 是爆满。 vmstat 同时显示大量page-in and page-out. 以及wait io 非常高 查看swap 区: lsps - 阅读全文
posted @ 2017-11-08 17:06 feiyun8616 阅读(2034) 评论(0) 推荐(0) 编辑
摘要: 转自 http://blog.csdn.net/chinadm123/article/details/44099351 1、进入sqlplus前设置回删 在进入sqlplus之前,在当前terminal 执行如下命令: stty erase ‘^H’ 就可以了。 stty: 修改终端参数。如果不想每 阅读全文
posted @ 2017-11-06 11:34 feiyun8616 阅读(428) 评论(0) 推荐(0) 编辑
摘要: ### scripts 1--the scirpt is used for restore db from vcs to a point to time recovery--and the target datafile and logfile is different from source ## 阅读全文
posted @ 2017-11-06 09:50 feiyun8616 阅读(812) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/msdnchina/article/details/50638818 关于timeout 我个人认为单个命令的交互时间, expect可以实现自动交互: set:设置变量;set timeout -1,永不超时;set timeout 300,300秒后没有 阅读全文
posted @ 2017-11-04 10:13 feiyun8616 阅读(1876) 评论(0) 推荐(0) 编辑
摘要: 1.scp 不能容忍网络闪断,因此一旦出现网络闪断,那么scp 命令就会异常退出 sftp 可以容忍网络闪断,而且具备断电续传,因此sftp 适用于网络更慢的环境, 2. sftp 是一个交互式文件传输程式。它类似于 ftp, 但它进行加密传输,比FTP有更高的安全性。下边就简单介绍一下如何远程连接 阅读全文
posted @ 2017-11-03 18:18 feiyun8616 阅读(2170) 评论(0) 推荐(0) 编辑
摘要: 1.安装expect expect用于shell脚本中自动交互,其是基于tcl编程语言的工具。所以安装expect首先安装tcl。本文中使用的是expect5.45和tcl8.6.6。 安装tcl [root@tseg0 /]$ mkdir /tools [root@tseg0 /]$ tar -z 阅读全文
posted @ 2017-11-03 15:10 feiyun8616 阅读(8325) 评论(1) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2017-11-02 15:37 feiyun8616 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 现象: 数据库在做to-time recovery, 时候,restore and recover 都是正常的,但是最后一步open resetlogs 报错如下 ORA-00392 原因: 因为是在做to_time recovery ,当前正在actve 的一组日志如logfile group 4 阅读全文
posted @ 2017-11-02 15:29 feiyun8616 阅读(1017) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 80 下一页