发布时间:2016-03-23 18:10:30
昨天,有人加我,说遇到了RAC问题。环境是oracle 11.0.2.4,2节点。情况如下,CRSD宕了,集群不会自动切换。并且出现了好几次了。我让这哥们儿提供了日志。通过日志,可以看到1、2节点CRSD服务REBOOT只差1秒钟;Voting file /dev/raw/raw1不能.........【阅读全文】
发布时间:2016-03-23 15:08:39
为现有RAC搭建了一套RAC stanby备库,在客户端用VIP可以正常连接,但是通过SCAN IP则无法连接。客户端无法登录$ sqlplus TRADE/xxxxx@10.0.2.110/trade34SQL*Plus: Release 11.2.0.4.0 Production on Wed Mar 23 13:56:41 2016Copyright (c) 1982, 2013, Oracle. All rights r.........【阅读全文】
发布时间:2016-03-23 14:15:17
In this DocumentSymptomsCauseSolutionReferencesAPPLIES TO:Oracle Database - Enterprise Edition - Version 11.2.0.1.0 and laterInformation in this document.........【阅读全文】
发布时间:2016-03-15 11:43:56
二、并行备份及恢复(gp_dump & gp_restore)1、gp_dump & gp_restoregp_dump是Greenplum的并行备份工具,Master和segment同时备份,备份保存在每个节点中。备份时间最长的节点决定着整个备份时长。Segment节点备份的只有数据,而Master备份的是所有DDL命令和一.........【阅读全文】
发布时间:2016-03-08 09:52:02
pg_restorepg_restore用于恢复pg_dump导出的非纯文本格式备份。pg_dump默认是-Ft(plain text)参数,也就是纯文本备份。参数:-F, --format=c|t|p output file format (custom, tar, plain text)纯文本备份(-Ft)使用pg_restore会报错,如下$ pg_dump -t me.........【阅读全文】