码迷,mamicode.com
首页 >  
搜索关键字:phsical standby    ( 486个结果
【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
oracle 11g RMAN:Active Database Duplication for standby database 创建dg 命令解读
基于生产的duplicate 复制,如果事先没有手动配置pfile(设定内存,进程,dg相关配置参数,数据库相关路径参数)则会出现各种参数无法转换的问题; 因为duplicate 会从生产自动拷贝pfile,控制文件,密码文件过来,如果主库和备库环境不一样(数据库软件路径,数据文件存储路径) 如果没在duplicate的命令中完整指定新环境备库的各种参数涉及路径,及转换参数,就会默认使用从主库...
分类:数据库   时间:2015-01-10 23:45:05    阅读次数:593
duplicate from active dg 的 run 脚本 sfile 为完整配置可能导致的一些错误
oracle 11g RMAN:Active Database Duplication for standby database 创建dg 命令解读 继上篇如果没有正确配置理解duplicate from active  dg 的 run 脚本,就会出现以下错误: 1:路径不存在: Oracle instance shut down connected to auxilia...
分类:其他好文   时间:2015-01-10 23:43:05    阅读次数:354
ORACLE数据库错误一例Error 12154 received logging on to the standby
环境:AIXRAC+DG,ORACLE10G现象:主库一个节点出现如下报错460a:/home/oracle/admin/port/bdump$tail-f*.logSatJan1011:06:242015Errorsinfile/home/oracle/admin/port/bdump/port1_cjq0_19661256.trc:SatJan1011:09:192015kkjcre1p:unabletospawnjobqslaveprocessSatJan1011:0..
分类:数据库   时间:2015-01-10 18:31:10    阅读次数:393
Oracle 11g的dataguard创建中ORA-01665解决过程
Oracle 11g在创建data guard时,恢复standby控制文件不成功。在mount standby database时告诉我,控制文件不是standby控制文件,具体信息为“ORA-01665: control file is not a standby control file”。  控制文件我在主库中,使用rman生成的。  backup current controlf...
分类:数据库   时间:2015-01-07 13:15:22    阅读次数:283
RMAN数据库恢复之恢复归档日志文件
恢复归档日志文件如果只是为了在恢复数据文件之后应用归档文件,那并不需要手动对归档文件进行恢复,RMAN会在RECOVER时自动对适当的归档进行恢复。单独恢复归档文件一般是有特别的需求,如创建了Data Guard环境。Standby端丢失了部分归档文件,需要从Primary端重新获取。1、恢复全部归...
分类:数据库   时间:2014-12-23 00:10:49    阅读次数:288
Oracle 11g Data Guard 使用duplicate from active database 创建 standby database
用这种方式来搭建DG,主库的停机时间很少,只需要重启一下,使参数生效。也可以用这种方法进行DB迁移。DG搭建好,然后把备库激活就可以了。这样整个迁移中宕机时间也比较短。Oracle11g的pyhsicalstandby支持openreadonly下的apply和Real-timequery。因此就有了physicalstandby..
分类:数据库   时间:2014-12-22 19:46:51    阅读次数:275
oracle 10g standby database 实时应用 redo 数据
-------physical standby database:real-time apply 需要配置 standby redo log;启用实时应用, 日志应用服务会直接应用接收的redo 数据,而不需要等待当前standby redo log 归档对于failover 和switchover...
分类:数据库   时间:2014-12-22 19:17:38    阅读次数:160
486条   上一页 1 ... 39 40 41 42 43 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!