码迷,mamicode.com
首页 >  
搜索关键字:logic standby    ( 1421个结果
matlab基本
××××××××××××××××××××××××××基本的数据类型××××××××××××××××××××××××××int8int16int32int64不同位数的有符号整型数据uint8uint16uint32uint64不同位数的无符号整型数据single单精度类型的数据double双精度类型的数据struct结构体function_handle函数句柄类型logical逻辑型char字符型
分类:其他好文   时间:2018-08-08 17:33:16    阅读次数:152
HSRP(Hot Standby Router Protocol)
一、简介 HSRP(Hot Standby Router Protocol 热备份路由器协议)是Cisco的专有协议。HSRP把多台路由器组成一个“热备份组”,形成一个虚拟路由器。这个组内只有一个路由器是Active(活动)的,并由它来转发数据包,如果活动路由器发生了故障,备份路由器将成为活动路由器 ...
分类:数据库   时间:2018-08-06 22:40:17    阅读次数:244
ORACLE Physical Standby 级联备库搭建
搭建oracle 级联DG 现在db与dg1是一套DG ,在此基础上搭建级联备库: 数据库版本 11.2.0.4 db_name=prod db为主库,dg1为备库,dg2为级联备库;DB_UNIQUE_NAME DATABASE_ROLEdb primary 10.100.12.10 dg1 st ...
分类:数据库   时间:2018-08-05 13:09:29    阅读次数:498
del_archivelog
#!/usr/bin/env bash # # INTRO : The script for delete physical standby applied archivelog. # Please set ur environment variables before use it. # Plea ...
分类:其他好文   时间:2018-08-03 01:13:28    阅读次数:140
[Vue @Component] Extend Vue Components in TypeScript
This lesson shows how you can extend and reuse logic in Vue components using TypeScript inheritance. It will take you through extending a component, i ...
分类:其他好文   时间:2018-08-03 01:04:34    阅读次数:471
ORA-10458: standby database requires recovery
搭建DG最后一步打开时报错如下: SQL> alter database open read only; alter database open read only * ERROR at line 1: ORA-10458: standby database requires recovery OR ...
分类:数据库   时间:2018-08-02 16:10:32    阅读次数:257
ORA-16047: DGID mismatch between destination setting and standby
主库有报错如下: ORA-16047: DGID mismatch between destination setting and standby 原因:主库参数设置错误,检查下列参数:log_archive_configfal_clientfal_serverlog_archive_dest_1l ...
分类:数据库   时间:2018-08-02 16:10:10    阅读次数:157
备库报 ORA-00313、ORA-00312、ORA-27037
备库alert日志如下:Errors in file /data/app/oracle/diag/rdbms/standby/orcl/trace/orcl_m000_31006.trc:ORA-00313: open failed for members of log group 3 of thr ...
分类:其他好文   时间:2018-08-02 16:09:52    阅读次数:673
Active Data Guard
ADG INTRODUCE Active Data Guard(ADG)是ORACLE 11g企业版的新特性,需要单独的License.可以打开Physical standby至read only模式,standby可以用来做报表系统、查询、排序或Web站点。实时读写分离,以此来分担primary ...
分类:其他好文   时间:2018-08-02 16:07:40    阅读次数:225
Switchover and Failover说明
SWITCHOVER Switchover是有计划的将primary切换为standby,standby切换为primary.在主库结束生产后,备库应用完所有主库archivelog或者redo log后进行切换,不丢失数据。 常用场景: (1) 有计划的灾备切换演练,如测试灾备站点的可用性,客户端 ...
分类:其他好文   时间:2018-08-02 16:06:13    阅读次数:162
1421条   上一页 1 ... 41 42 43 44 45 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!