一、开篇1.Linux 描述的电源状态- On(on) S0 - Working- Standby (standby) S1 - CPU and RAM are powered but not executed-Suspend to RAM(mem) S3 - RA...
分类:
移动开发 时间:
2015-12-09 18:56:20
阅读次数:
727
1,启动oracle实例报错:SQL> startup nomount
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORA-00439: feature not enabled: Managed Standby
SQL> SQL> startup nomount;
ORA-32004: obs...
分类:
数据库 时间:
2015-12-05 11:22:22
阅读次数:
295
小知识点:half:关机yarn端口:8088删除hdfs目录:hadoop fs -rm -r /wc/outputnamenode两个状态都是standby原因:zookeeper没有比hdfs先启动现在来做一个流量统计的例子:首先数据是这样一张表:见附件统计:(代码)1,flowbean:pa...
分类:
编程语言 时间:
2015-12-04 12:29:51
阅读次数:
198
Scenario Master – Master replication MasterA is a client facing server MasterB is a warm standby server (read only) MasterB restarted abruptly and when instances were braught back up MasterA (it’...
分类:
其他好文 时间:
2015-11-04 15:00:34
阅读次数:
187
数据从主库恢复到备库;打开备库发现出现异常SQL> alter database open;alter database open*ERROR at line 1:ORA-10458: standby database requires recoveryORA-01152: file 1 was n...
分类:
其他好文 时间:
2015-10-22 21:11:01
阅读次数:
288
ActiveDatabaseDuplication简介---------Activedatabaseduplication功能是从11g开始引入的一个新功能,它是对比以前版本中的基于备份集的复制数据库功能。下面简单的回顾一下关于ORACLEDuplicateDatabase功能,Duplicatedatabase可以按照用途分为2种,一种是duplicatedatabase..
分类:
数据库 时间:
2015-10-22 19:35:42
阅读次数:
312
本次配置11Grac到单机ASM的dataguard配置,11Grac的安装参考oracle11Grac安装(VMware+rhel6.3),11G单机ASM安装参考Oracle11G单机asm安装。环境介绍:主库:112032节点RAC实例名:racdb1,racdb2db_name:racdbdb_unique_name:racdb备库:11203单机ASM实例名:racdbstddb_name..
分类:
数据库 时间:
2015-10-21 17:37:07
阅读次数:
423
接上一篇oracledataguard概念篇,现在进行下详细的配置,此次配置的是单实例到单实例,也就是说主库和备库都是基于文件系统的单实例。主机环境:RedHatEnterpriseLinuxServerrelease6.3Rdbms版本:11.2.0.3其他详细信息如下所示:需要注意的是,两边的/etc/hosts文件保证都包含..
分类:
数据库 时间:
2015-10-14 21:55:45
阅读次数:
398
1> run {2> allocate channel prmy1 type disk;3> allocate channel prmy2 type disk;4> allocate channel prmy3 type disk;5> allocate auxiliary channel stby...
分类:
数据库 时间:
2015-10-14 13:57:28
阅读次数:
304
在dataguard的配置当中,LOG_ARCHIVE_DEST_n参数的配置比较重要,故做下整理以下是reference中的截图TheLOG_ARCHIVE_DEST_ninitializationparameterdefinesupto31(wheren=1,2,3,...31)destinations,eachofwhichmustspecifyeithertheLOCATIONortheSERVICEattributetospecifywher..
分类:
其他好文 时间:
2015-10-12 19:28:05
阅读次数:
294