07 2015 档案
摘要:首次运行Program Files\apache-activemq-5.10.0\bin目录下的activemq.bat文件,报错信息如下:找不到或无法加载主类 Files\apache-activemq-5.10.0\bin\..\conf\login.config百度后发现是路径中含有空格(文件...
阅读全文
摘要:radhat7.1Oracle11gr2安装Oracle时忘记设置字符集,导致安装后中文乱码,中文变成"???????????"分析原因是Oracle服务器端和客户端的字符集不一致。客户端字符集[root@dbserver ~]# echo $NLS_LANG[root@dbserver ~]#发现...
阅读全文
摘要:RedHat7.1Oracle11gr2oracle 默认的编码方式如下:SQL> select userenv('language') from dual;USERENV('LANGUAGE')----------------------------------------------------...
阅读全文
摘要:选型:32位的内存是个瓶颈,已经是64位的时代了。使用64位的CentOS6 和 64位的Oracle 11g R2在虚拟机器安装,采用hostonly方式设置网络注意:能上网的网卡要设置一下ICS(Internet连接共享)给VMwareNetwork Adapter VMnet1这样对于虚拟机,...
阅读全文
摘要:查看日志文件,记录错误为:no supported key exchange algorithms这是找不到密钥的原因# cd /etc/ssh# ssh-keygen -t dsa# ssh-keygen -t rsa后边的两个命令在运行时,直接回车,选择默认值。最后需要修改生成文件的读写权限,这...
阅读全文
摘要:yum 源设置为光盘
阅读全文
摘要:http://blog.sina.com.cn/s/blog_53a5865c0102e2u6.html1、使用的时候出现一个错误: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 是因为64位系统中安装了32位...
阅读全文
摘要:主要参考:http://blog.itpub.net/25313300/viewspace-708509/http://blog.sina.com.cn/s/blog_50f908410101cto6.html查看Linux版本命令:$ cat /etc/redhat-release1.删除redh...
阅读全文