一个守望数据库的老菜鸟
发布时间:2016-10-15 16:08:09
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753396.html1.安装bzr客户端yum install bzr 2.下载bzr branch lp:~percona-dev/perconatools/tpcc-mysql3.编译安装make4.测试环境(1)创建测试库mysqladmin -S /dbfiles/mysql_home/data/mysql.........【阅读全文】
发布时间:2016-10-14 16:28:42
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753350.html本文主要是怎么使用udev来创建ASM disk所使用的必须步骤1.识别磁盘(/sbin/scsi_id)对于Oracle/Redhat/Centos Linux 5, 使用以下命令. # /sbin/scsi_id -g -u -s /bloc.........【阅读全文】
发布时间:2016-10-14 15:00:55
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753337.htmloracle 11g虚拟索引使用示例虚拟索引(VIrtual Indexes)特性1.虚拟索引(VIrtual Indexes)在drop前永久存在;2.虚拟索引的创建不会影响当前和新会话,只对在会话设置了使用虚拟索引才会有效。3.........【阅读全文】
发布时间:2016-10-13 17:30:56
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753298.html一、问题 某数据库system表空间增长比较快 由上图知道: System表空间为12个G的使用空间; 检查system表空间的数据库对象大小,发现表fga_log$的大小为10g,如下图:.........【阅读全文】
发布时间:2016-10-12 11:41:21
博客文章除注明转载外,均为原创。转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5753206.html本文讨论使用sql_slave_skip_counter 来使sql 线程跳过遇到错误的event记录案例如下:数据库数据无法同步,检查同步状态MariaDB [(none)]> show slave status\G*************************** .........【阅读全文】