码迷,mamicode.com
首页 >  
搜索关键字:logic standby    ( 1421个结果
[Matlab][Digital Processing]基本语法
抄书。 1、注释:% 2、数据类型: ①数值:(u)int8,(u)int16,(u)int32,(u)int64,float,double,复数(虚部i),默认数据类型是double;char是6位,schar是8位,bitN指定任意N位带符号整数 ②逻辑类型:True和False,使用logic ...
分类:其他好文   时间:2018-05-23 20:32:39    阅读次数:205
oracle 12c 12.1.0.2.0 BUG 22562145
Wed May 23 17:46:14 2018TT01: Standby redo logfile selected for thread 1 sequence 42251 for destination LOG_ARCHIVE_DEST_10Wed May 23 17:46:15 2018Err ...
分类:数据库   时间:2018-05-23 19:04:56    阅读次数:804
Mathematics slides
James Munkres "Topology" Chapter 1 Set Theory and Logic Chapter 1 Set Theory and Logic ...
分类:其他好文   时间:2018-05-20 10:39:17    阅读次数:149
postgresql主从配置
master:10.0.1.114 slaver:10.0.1.116 一、yum安装https://blog.csdn.net/weixin_41048363/article/details/80310285 二、主从配置 1、主数据配置(10.0.1.114) 1.1 初始化 1.2 启动pos ...
分类:数据库   时间:2018-05-19 11:59:01    阅读次数:238
the Way of Python Day 3
today,i learned so much knowledge about the basis of python. firstly,i studied methematical operators like '+','/' and so on. for instance,2*3=5 , 4/2 ...
分类:编程语言   时间:2018-05-19 00:18:25    阅读次数:151
[Oracle维护工程师手记系列]Data Guard Broker中改属性是否需要两侧分别执行?
Data Guard Broker中改属性是否需要两侧分别执行?Data Guard Broker有一些属性,可以通过 show configuration 看到。我有时会想,这些个属性,是否是分别属于primary 和 standby,如果想要修改,是否需要分别登陆到primary 和 stand ...
分类:数据库   时间:2018-05-17 21:14:45    阅读次数:231
一次mysql MHA架构搭建过程
【环境介绍】 系统环境:Red Hat Enterprise Linux 7 + 5.7.18 + MHA version 0.57 系统 IP 主机名 备注 版本 xx系统 192.168.142.111 mysqlmha1 主库 5.7.18 -log MySQL Community Serve ...
分类:数据库   时间:2018-05-17 15:22:57    阅读次数:241
MySQL-5.5.32 配置文件优化详解
MySQL-5.5.32 配置文件优化详解==============================[TOC]# 一、配置文件说明> MySQL-5.5.32是Mysql5.5系列中最后一个版本,也是最后一个有配置文件的版本,为什么这么说呢,用过5.6的博友都知道,在mysql5.6中已经不提供配... ...
分类:数据库   时间:2018-05-17 15:17:02    阅读次数:224
oracle11g配置dataguard
DATAGUARD是通过建立一个PRIMARY和STANDBY组来确立其参照关系。 STANDBY一旦创建,DATAGUARD就会通过将主数据库(PRIMARY)的REDO传递给STANDBY数据库,然后在STANDBY中应用REDO实现数据库的同步。 有两种类型的STANDBY:物理STANDBY ...
分类:数据库   时间:2018-05-16 18:37:12    阅读次数:208
[Javascript Crocks] Recover from a Nothing with the `coalesce` Method
The alt method allows us to recover from a nothing with a default Maybe, but sometimes our recovery efforts might need to enlist some logic to recover ...
分类:编程语言   时间:2018-05-14 19:47:49    阅读次数:223
1421条   上一页 1 ... 47 48 49 50 51 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!