Chinaunix首页 | 论坛 | 博客
  • 博客访问: 327893
  • 博文数量: 62
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 710
  • 用 户 组: 普通用户
  • 注册时间: 2013-05-14 14:12
个人简介

太懒

文章分类

全部博文(62)

文章存档

2015年(8)

2014年(20)

2013年(34)

我的朋友

发布时间:2014-11-21 13:53:43

如何得到已执行的目标sql的绑定变量通过查询视图 V$SQL_BIND_CAPTURE  可以获得执行过的sql的绑定变量的值.没有的话 要么没采集要么已经被out出对应的shared cursor已经没在shared pool里了.这时候可以去dba_hist_sqlstat 或者 dba_hist_sqlbind 里查找.如果初始化参数STATISTICS_LEVEL设置为BASIC,则会禁止采集.........【阅读全文】

阅读(1440) | 评论(0) | 转发(0)

发布时间:2014-11-20 16:15:32

告诉大家一个好消息,今天CU终于推出“用Windows Live Writer离线写博文”的功能了,让大家久等了。赶紧来试试它好不好用了啊。......【阅读全文】

阅读(1642) | 评论(0) | 转发(0)

发布时间:2014-11-20 16:14:18

DBMS_XPLAN学习https://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_xplan.htm#CACFJGHG DBMS_XPLAN 有五个功能:DISPLAY - to format and display the contents of a plan table. DISPLAY_AWR - to format and display the contents of the execution plan of a stored SQL statement in the AWR. DISPLAY.........【阅读全文】

阅读(2075) | 评论(0) | 转发(0)

发布时间:2014-10-31 15:33:56

脚本安装 zabbix-agent#!/bin/bash# install zabbix-agent# a.fanliao@gmail.com# Jun 20 10:37:40 CST 2013. /etc/profilea=0while [ $a -lt 1 ];do     rpm -Uhv http://repo.zabbix.com/zabbix/2.0/rhel/6/x86_64/zabbix-release-2.0-1.el6.noarch.rpm && (( a++ ))   &nbs.........【阅读全文】

阅读(1514) | 评论(0) | 转发(0)

发布时间:2014-10-30 17:53:57

hp-ux 11.23安装 zabbix agent bash-4.1# ls -ltotal 6320-rw-r--r--   1 root       sys        3230902 Oct 30 16:18 zabbix_agents_2.4.0.hpux11_23.ia64.tar.gzbash-4.1#bash-4.1# /usr/contrib/bin/gunzip zabbix_agents_2.4.0.hpux11_23.ia64.tar.gz bash-4.1.........【阅读全文】

阅读(3745) | 评论(1) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册