一、异常信息:Message 850 not found; No message file for product=network, facility=NL二、解决方案:后来在网上查了一下,是找不到oracle安装主目录的原因。想了一想可能是环境变量出问题了,export了一下发现果然没有$ORAC...
分类:
Web程序 时间:
2015-01-06 23:00:08
阅读次数:
575
在ubuntu上编译的东西 拿到CentOS 下运行 提示 :“/lib64/libc.so.6: version `GLIBC_2.14' not found”原因是ubuntu上用的libc 版本较高,而 CentOS 上用的版本太低导致不能执行。下面是从网上搜到的有关 glibc 的安装。由于...
分类:
其他好文 时间:
2015-01-06 19:55:29
阅读次数:
888
suse11 使用的 openssl 0.9.8,在使用一些软件的时候要求用 1.0.0 就会报错。libssl.so.10 => not found
libcrypto.so.10 => not found
去官方下载 openssl 源码包。编译方式选择shared 304 2015-01-06 16:06:52 ./config shared
305 2015-01-06 16:0...
分类:
其他好文 时间:
2015-01-06 18:01:17
阅读次数:
411
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2015-01-06 17:28:25
阅读次数:
175
--预定义异常:系统已经声明的异常DECLARE V_NAME EMP.ENAME%TYPE;BEGIN SELECT ENAME INTO V_NAME FROM EMP WHERE EMPNO = 1234; EXCEPTION WHEN NO_DATA_FOUND THEN ...
分类:
数据库 时间:
2015-01-06 15:04:09
阅读次数:
248
I bought my 325d 2007 with unnervingly clean exhaust tips. And shortly after having DPF warning light comes on, 1k later still on and even after thras...
分类:
其他好文 时间:
2015-01-06 15:00:30
阅读次数:
140
I recently found myself looking at Fragment transactions and wondering precisely what each Fragment state meant. I vaguely had an idea of what added, ...
分类:
其他好文 时间:
2015-01-06 11:54:57
阅读次数:
119
登录数据库,提示:
ora11g>sqlplus dcsopen/dcsopen1
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jan 5 18:49:31 2015
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not...
分类:
其他好文 时间:
2015-01-05 22:02:41
阅读次数:
184
checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distributionFix:yum install...
分类:
Web程序 时间:
2015-01-05 16:17:15
阅读次数:
158
用composer安装了,但是目前为止还有问题。开发环境是 WAMP PHP5.4.12. 已经打开PHP.ini 的SSL扩展,现在还是提示缺少 curl-ca-bundle.cr报错No system CA bundle could be found in any of the the comm...
分类:
其他好文 时间:
2015-01-05 12:55:42
阅读次数:
232