2013年4月26日
摘要: 环境 rac+双standbystandbystandby2按时间恢复报找不到归档Media Recovery Log /home/oracle/oradata/rac/archive/3_59241_681301512.arcErrors with log /home/oracle/oradata/rac/archive/3_59241_681301512.arcORA-279 signalled during: alter database recover automatic standby database until time '2013-04-26 00:00:59' 阅读全文
posted @ 2013-04-26 18:11 cycsa 阅读(3624) 评论(0) 推荐(0)
摘要: apache转nginx过程遇到xml如含有encoding=gb2312会无法显示报错:Warning: DOMDocument::load() [domdocument.load]: Unsupported encoding gb2312基础环境:centos 5.4 64bit系统默认编码 en_US.utf-8apache nginx都按生产要求设置成了charset=gb2312测试代码xmltest.php<?php$xml = new DOMDocument();$xml->load(test.xml');foreach($xml->getElement 阅读全文
posted @ 2013-04-26 18:07 cycsa 阅读(589) 评论(0) 推荐(0)