码迷,mamicode.com
首页 >  
搜索关键字:to standby    ( 483个结果
备机大地院系项目dataguard archived_log及standby_log
主库archivelog及standbylog仅仅是测试4天的数据,项目并未正式上线/data/dddb/DBSoftware/app/oracle/product/11.2.0/dbhome_1/dbs/archivelog/data/dddb/DBSoftware/app/oracle/stan...
分类:数据库   时间:2015-02-06 14:30:53    阅读次数:227
DB2 HADR 配置示例
介绍DB2的HA可以在OS级别使用专门的HA来实现,也可使用DB2内置的HADR来实现,且配置和管理很简单。一个HADR环境需要两台数据库服务器:主数据库服务器(primary)和备用数据库服务器(standby,处于standby角色的数据库不能够被访问)。当主数据库中发生事务操作时,会同时将日..
分类:数据库   时间:2015-02-06 07:10:33    阅读次数:914
rman 增量恢复 dg gap后 主库添加新数据文件
1) On the standby database, 关闭 (MRP) SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL; 2) On the STANDBY DATABASE, 获取备库最小scn值,用作主库增量备份点 : col MIN(CHECKPOINT_CHANGE#) for 999999999999...
分类:其他好文   时间:2015-01-31 17:56:39    阅读次数:214
dataguard dubugs
alter database open read only;alter database open read only*ERROR at line 1:ORA-10456: cannot open standby database; media recovery session may be inp...
分类:其他好文   时间:2015-01-29 01:19:49    阅读次数:285
oracle单实例通过dataguard 迁移到RAC
One instance primary to RAC standbyDataGuard Configuration:     Primary standby Clusterware Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit 11...
分类:数据库   时间:2015-01-22 20:19:15    阅读次数:519
使用思科4507交换机引擎上的万兆模块
解决前状态1、接口配置interfaceTenGigabitEthernet3/1descriptionToC4507-387-standby-10Gswitchportmodetrunkchannel-group40modeonend2、接口状态SW-SJHL-2C-386-Core#showinterfacestenGigabitEthernet3/1TenGigabitEthernet3/1isdown,lineprotocolisdown(inactive)Hardwar..
分类:其他好文   时间:2015-01-22 15:52:50    阅读次数:1009
Mysql HA-Install DRBD+HeartBeat+Mysql On Redhat 6.3
配置信息: Primary: Name:zbdba1 OS:redhat 6.3 IP:192.168.56.220 drbd:8.4.0 heartbeat:3.0.4 Standby: Name:zbdba2 OS:Redhat 6.3 IP:192.168.56.221 drbd:8.4.0 heartbeat:3.0.4 主要分为如下步骤: 1、安装DRBD 2、安装Mysql...
分类:数据库   时间:2015-01-21 11:49:56    阅读次数:329
【HADR】How to reestablish HADR from scratch after a failure on Standby
转载 http://www-01.ibm.com/support/docview.wss?uid=swg21514783 Cause Have a HADR pair with Primary online but a failure on the Standby makes it necessar...
分类:数据库   时间:2015-01-19 20:51:42    阅读次数:223
DG_Oracle Dataguard Primary/Standby主备节点安装实践(案例)
2014-09-09 Created By BaoXinjian一、摘要二、Thanks and Regardshttp://blog.csdn.net/giianhui/article/details/7199682http://blog.csdn.net/l106439814/article/d...
分类:数据库   时间:2015-01-15 19:46:15    阅读次数:169
Ubuntu下搭建postgresql主从服务器
Ubuntu下搭建postgresql主从服务器安装略postgresql主服务器:$vi/home/postgresql/data/postgresql.conf按a或i进入编辑模式listen_addresses=‘*’wal_level=hot_standby(默认为注释的)max_wal_senders=5(默认为注释,这个参数是控制主库最多可以有多少个并发的standby数据..
分类:数据库   时间:2015-01-15 01:57:02    阅读次数:226
483条   上一页 1 ... 38 39 40 41 42 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!