摘要:
Summary: 简单的HADR,只用一台虚拟机,两个实例间搭建。工作量不大,一般5分钟左右能够完成。 步骤: 1.设定归档模式 2.使用备份建立standby数据库 3.设定hadr相关的参数 4.启动并测试 测试环境: 搭建开始 step 1: 创建组和用户 create primary ins 阅读全文
阅读排行榜
[DPF] DPF 常见的问题
2016-10-12 16:09 by Ivan的一亩三分地, 747 阅读, 收藏,
摘要:
问题一: SQL6031N Error in the db2nodes.cfg file at line number "5". Reason code "12". [db2inst1@ivan sqllib]$ db2startSQL6031N Error in the db2nodes.cfg 阅读全文
db2 tsm backup fails with rc–50(1)
2015-01-12 00:22 by Ivan的一亩三分地, 743 阅读, 收藏,
摘要:
2015-01-05-19.21.54.477532+000 E8484227A347 LEVEL: Error PID : 10027058 TID : 1 PROC : db2vend INSTANCE: ldapdb2 NODE : 000 EDUID : 1 FUNCTION: DB2 UD 阅读全文
SQL1042C running a fenced routine (stored procedure/UDF)
2015-01-11 23:02 by Ivan的一亩三分地, 720 阅读, 收藏,
摘要:
Relation to this link http://www-01.ibm.com/support/docview.wss?uid=swg21399105 2015-01-11-13.38.19.538002+000 E263507727A548 LEVEL: Warning PID : 151 阅读全文
【Oracle】数据泵导入导出
2018-12-04 16:21 by Ivan的一亩三分地, 607 阅读, 收藏,
摘要:
数据泵 expdp导出 nohup expdp system/******** dumpfile=lysb_20121113_%U.dmp directory=dmp_dir schemas=scott logfile=expdp_20121113.log job_name=lysbexpdp & 阅读全文