10 2019 档案

摘要:######转 https://blog.csdn.net/weixin_34038652/article/details/92129498 近业务高峰期间经常会有开发跳起来说应用连接数据库超时了! 我们来看下mysql的运行状态 Waiting for release of readlock:等待 阅读全文
posted @ 2019-10-31 21:33 feiyun8616 阅读(1670) 评论(0) 推荐(0) 编辑
摘要:###sequnece 介绍 http://www.dba-oracle.com/t_rac_tuning_sequence_order_parameter.htm order by 可能会影响性能,但是对确认时间戳 比较重要 order子句保证序列的下一个值是行中的下一个值,不管接收请求的实例是什 阅读全文
posted @ 2019-10-30 14:14 feiyun8616 阅读(581) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/homezzm/archive/2011/07/22/2113618.html ##查看已经安装的包 #!/usr/bin/perluse strict;use ExtUtils::Installed; my $inst = ExtUtils::Ins 阅读全文
posted @ 2019-10-23 17:31 feiyun8616 阅读(320) 评论(0) 推荐(0) 编辑
摘要:Encountering Slow Performance Reading *_SEGMENTS or *_TS_QUOTAS (文档 ID 1491748.1) 转到底部转到底部 In this DocumentSymptomsChangesCauseSolutionReferences APPL 阅读全文
posted @ 2019-10-22 18:07 feiyun8616 阅读(603) 评论(0) 推荐(0) 编辑
摘要:######### 安装PERL cpan DBD::mysql错误笔记 分类: Python/Ruby 2012-12-27 17:21:14 分类: Python/Ruby 2012-12-27 17:21:14 刚开始使用:cpan DBD::mysql 命令来安装该模块由于是编译的版本的SQ 阅读全文
posted @ 2019-10-21 18:27 feiyun8616 阅读(281) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/rznice/article/details/71086839 Shell中判断字符串包含关系的方法: 1、通过grep来判断:12str1="abcdefgh"str2="def"result=$(echo $str1 | grep "${str2}") 阅读全文
posted @ 2019-10-18 14:08 feiyun8616 阅读(189) 评论(0) 推荐(0) 编辑
摘要:##sample 1 : mysql 监控 1.phpadmin 比较简单,适合上手 2.mysql_web python 写的, https://github.com/ycg/mysql_web/ mysql monitor web - MySQL实时监控 安装环境: #更新setuptools 阅读全文
posted @ 2019-10-15 20:06 feiyun8616 阅读(929) 评论(0) 推荐(0) 编辑
摘要:【MySQL】常用拼接语句 前言:在MySQL中 CONCAT ()函数用于将多个字符串连接成一个字符串,利用此函数我们可以将原来一步无法得到的sql拼接出来,在工作中也许会方便很多,下面主要介绍下几个常用的场景。 注:适用于5.7版本 低版本可能稍许不同。 #########PS: mysql 查 阅读全文
posted @ 2019-10-14 17:43 feiyun8616 阅读(991) 评论(0) 推荐(0) 编辑
摘要:ORA-20000:ORU-10027:buffer overflow,limit of 2000 bytes. https://www.cnblogs.com/aipan/p/5306613.html oracle存储过程中ORA-01403: 未找到数据 问题解决方法 https://blog. 阅读全文
posted @ 2019-10-08 17:47 feiyun8616 阅读(134) 评论(0) 推荐(0) 编辑
摘要:###sample A primary B STANDBY C STANDBY 问题A 库一直报错 ORA-16009: remote archive log destination must be a STANDBY 经过检查,B库的容灾库归档指向有问题。导致一直向着A库写归档日志。 SQL> s 阅读全文
posted @ 2019-10-01 20:17 feiyun8616 阅读(188) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示