OGG-01027(长事务) 示例9-25: WARNING OGG-01027 Long Running Transaction: XID 82.4.242063, Items 0, Extract YX_EXT1, Redo Thread 1, SCN 2379.2132775890 (1021 ...
分类:
其他好文 时间:
2019-03-02 11:03:04
阅读次数:
604
报错信息: Thread 1 cannot allocate new log, sequence 187398Checkpoint not complete 处理方法: 查看REDO日志组 select group#,member from v$logfile; select group#,sequ ...
分类:
其他好文 时间:
2019-03-02 10:37:24
阅读次数:
176
工作开发项目中,运行一个项目,因为项目过大,项目报错: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory 查询可知是node内存 溢出导致,解决方案 1、安装increase-memory-limit ...
分类:
其他好文 时间:
2019-02-25 21:41:32
阅读次数:
301
MySQL安全相关的参数有哪些?该如何配置? 1、MySQL数据安全 innodb_flush_log_at_trx_commit =1 #innodb每次提交事务redo buffer 刷新到redo log innodb_doublewrite =on #开启innodb特性“二次写” secu ...
分类:
数据库 时间:
2019-02-22 10:32:42
阅读次数:
238
1、概念 不同的业务场景下,应该选择普通索引,还是唯一索引? 假设你在维护一个市民系统,每个人都有一个唯一的身份证号,而且业务代码已经保证了不会写入两个重复的身份证号。如果市民系统需要按照身份证号查姓名,就会执行类似这样的SQL语句: select name from CUser where id_ ...
分类:
其他好文 时间:
2019-02-22 00:35:07
阅读次数:
250
E. Tetrahedron time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Tetrahedron time limit ...
分类:
其他好文 时间:
2019-02-21 21:45:38
阅读次数:
197
事务Transactions:一组原子性的SQL语句,或一个独立工作单元事务日志:记录事务信息,实现undo,redo等故障恢复功能ACID特性:A:atomicity原子性;整个事务中的所有操作要么全部成功执行,要么全部失败后回滚C:consistency一致性;数据库总是从一个一致性状态转换为另一个一致性状态I:Isolation隔离性;一个事务所做出的操作在提交之前,是不能为其它事务所见;隔
分类:
其他好文 时间:
2019-02-21 21:31:52
阅读次数:
189
【参考文章】:MySQL中Redo与Binlog顺序一致性问题? 【参考文章】:极客时间 1. 数据更新时的日志处理流程 2. binlog 二进制日志是server层的,主要用来做主从复制和即时点恢复时使用的。 2.1 日志记录的三种模式 基于SQL语句的复制(statement-based re ...
分类:
数据库 时间:
2019-02-18 23:20:15
阅读次数:
321
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:
其他好文 时间:
2019-02-17 10:50:17
阅读次数:
231
思科无线控制器HA模式下升级文档 当前使用版本:8.0.120.0 计划升级版本:8.2.151.0 其他工具: TFTP Server: 3CDaemon 远程登录:SecureCRT 升级前准备工作: 1. 检查当前镜像版本: CLI方式检查:show boot 2. 检查当前WLC 5508 ...
分类:
其他好文 时间:
2019-02-17 10:42:25
阅读次数:
314