上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 环境 :Percona Server for MySQL 5.5.18 1. 报错日志: 171212 19:59:58 [ERROR] Slave SQL: Query partially completed on the master (error on master: 1317) and wa 阅读全文
posted @ 2017-12-12 20:55 Coye 阅读(839) 评论(0) 推荐(0)
摘要: 准备 yum install cmake yum install -y bison yum install -y libaio-devel yum install -y boost yum install gcc-c++ (不然cmake过程中会报错 ) CMake Error at /usr/cm 阅读全文
posted @ 2017-11-22 10:11 Coye 阅读(2259) 评论(0) 推荐(0)
摘要: 环境:Percona Server for MySQL 5.5.18 模拟三个Terminal,实现当引用锁定表的查询被杀死时,错误日志中出现的Got error 1 when reading table Terminal A mysql set session autocommit=0; Quer 阅读全文
posted @ 2017-11-11 14:58 Coye 阅读(465) 评论(0) 推荐(1)
摘要: Simple The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the View Show Conso 阅读全文
posted @ 2017-11-09 17:12 Coye 阅读(207) 评论(0) 推荐(0)
摘要: 背景 业务起不来,读取数据库时报坏块,无法读取数据 数据库版本:11.2.0.3 数据库无备份,无归档 1. 识别坏块 执行以下命令后,rman 会把坏块信息统计到 v$database_block_corruption RMAN backup validate check logical data 阅读全文
posted @ 2017-11-02 09:06 Coye 阅读(312) 评论(0) 推荐(0)
摘要: Oracle在创建实例的时候,多数采用的是dbca的形式。。其实手动建库可以提供更大的自由发挥的空间,根据情况进行定制 1. 登录Oracle用户 2. 指定SID(Instance Identifier) export ORACLE_SID=OCM 3. 确保必须的环境变量已经设置,大多数平台上 阅读全文
posted @ 2017-10-26 22:51 Coye 阅读(252) 评论(0) 推荐(0)
摘要: Oracle 9i Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP http://download.oracle.com/otn/nt/oracle9i/9201/9201 阅读全文
posted @ 2017-10-17 08:51 Coye 阅读(1903) 评论(0) 推荐(0)
摘要: 下载createrepo包并安装 下载地址: "ftp://195.220.108.108/linux/dag/redhat/el4/en/i386/dag/RPMS/createrepo 0.4.6 1.el4.rf.noarch.rpm " 安装createrepo 包 rpm ivh crea 阅读全文
posted @ 2017-09-27 22:50 Coye 阅读(381) 评论(0) 推荐(0)
摘要: 现象 [ERROR] lines containing "Sort aborted" are present in the MySQL error log file. [Warning] Sort aborted : Out of memory (Needed 24 bytes) [ERROR] S 阅读全文
posted @ 2017-09-20 14:19 Coye 阅读(1362) 评论(0) 推荐(0)
摘要: 需要把MySQL的一些数据同步到Oracle,用ETL工具太麻烦了,通过参考官方文档实现了oracle to mysql dblink。每次修改配置后,需要重启监听才能生效,或者 reload一下,确保监听状态正常(按照文档配置的,没什么多余的解释,只是有乱码问题是换了mysql odbc的版本得以 阅读全文
posted @ 2017-08-24 14:43 Coye 阅读(1021) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页