--RMAN-06061处理
--例行进行数据库备份检查的时候发现一个库的备份状态是completed with errors
--所以进到操作系统进行查看,发现全备日志中出现了如下的告警
archived log /opt/oracle/cisdb/archdb1/bak/cisdb2_127732_673050541.arc not found or out of sync with c...
分类:
其他好文 时间:
2015-05-07 16:56:32
阅读次数:
155
error_reporting() 设置 PHP 的报错级别并返回当前级别。 语法 error_reporting(report_level) 如果参数 level 未指定,当前报错级别将被返回。下面几项是 level 可能的值: 1 E_ERROR 2 E_WARNING 4 E_PARSE 8 ...
分类:
Web程序 时间:
2015-05-07 13:56:07
阅读次数:
134
1:Mongod日志warning:mongodb日志显示如下:WARNING: You are running on a NUMA machine.We suggest launching mongod like this to avoid performance problems:numactl...
分类:
数据库 时间:
2015-05-07 12:08:06
阅读次数:
825
setlocale warning使用mac上面iterm2一段时间了,登陆服务器老是报如下warning
warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
然后yum 安装的时候也会报LC_CTYPE环境变量的问题。于是抽空搜索了一下,找到了如下文章http://www.c...
分类:
其他好文 时间:
2015-05-07 10:25:53
阅读次数:
189
问题现象:Action2.c(30): Error -26601: Decompression function (wgzMemDecompressBuffer) failed, return code=-5 (Z_BUF_ERROR), inSize=0, inUse=0, 这个错误为数据包较大,...
分类:
其他好文 时间:
2015-05-06 16:38:00
阅读次数:
317
文本文本颜色如果文本是个链接,则鼠标移动到链接文本上的时候,文本会变暗.text-muted:灰色.text-primary:浅蓝色.text-success:绿色.text-info:深蓝色.text-warning:橘黄色.text-danger:红色文本位置.text-left:文本左对齐.t...
分类:
Web程序 时间:
2015-05-05 12:05:33
阅读次数:
243
http://stackoverflow.com/questions/3695174/visual-studio-2010s-strange-warning-lnk4042不同文件夹有相同文件 ,2010会在同一个文件夹下生成同样的obj文件,会造成冲突。每一个cpp生成一个obj文件在debug目...
分类:
其他好文 时间:
2015-05-04 23:48:39
阅读次数:
200
1、warning:passingargument2of'request_irq'fromincompatiblepointertypehttp://blog.sina.com.cn/s/blog_7321be1101012gek.html今天在些key的driver的时候。。。写完了编译出现一个w...
分类:
系统相关 时间:
2015-05-04 23:30:25
阅读次数:
203
[root@go2apr-util-1.5.4]#./configure-prefix=/root/httpd-2.3.8--with-apr-util-1.5.4=/root/apr-util-1.5.4configure:WARNING:unrecognizedoptions:--with-apr-util-1.5.4checkingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86_64-unknown-linux..
分类:
系统相关 时间:
2015-05-04 20:31:32
阅读次数:
664
function add($a, $b, $c){ return $a + $b + $c;}var_dump(add(2, 3));----调用函数的时候,参数多,没关系。参数少,warning。
分类:
其他好文 时间:
2015-05-04 13:44:04
阅读次数:
110