2013年11月28日

windows上客户端连接不上linux服务

摘要: 这个主要问题是:linux上可以连上本地的服务,windows上可以ping同linux地址。但是用sqlplus等客户端连接不上linux上的oracle服务。检查了服务上的监听都没有问题Service "orcl" has 1 instance(s). Instance "orcl", status READY, has 1 handler(s) for this service...Service "orclXDB" has 1 instance(s).后来将win 7的telnet客户端装上,telnet不通linux上的15 阅读全文

posted @ 2013-11-28 16:07 程序员CC 阅读(1038) 评论(0) 推荐(0)

2013年11月27日

linux下安装oracle 11g

摘要: 一 准备软件环境 系统:redhat5 oracle版本:11gR2 连接工具 xmanger4 JDK:jdk-6u35-linux-i586.bin二 前期检查 1.查看内核版本 uname -r 2.检查内存和交换空间:交换空间最好有3G。内存1.5 grep MemTotal /proc/meminfo #内存 grep SwapTotal //proc/meminfo #交换空间 如何增加交换空间见下一篇随笔 3.安装包检查 ,这一步可以在最后安装的时候做,可以比较直观,这边检查需要一个个 找binutils-2.17.50.0.6-14.el5... 阅读全文

posted @ 2013-11-27 12:30 程序员CC 阅读(310) 评论(0) 推荐(0)

xmanager连接后中文显示乱码

摘要: 今天碰到的问题如下: 在linux redhat5.4的系统语言改为中文后,xmanager连接上去后,中文显示问乱码。解决的方法如下:[root@localhost ~]# cd /etc/sysconfig/[root@localhost sysconfig]# cp i18n i18n.bak #备份i18n文件[root@localhost sysconfig]# echo "" >i18n[root@localhost sysconfig]# vi i18n #加入以下内容 LANG="zh_CN.GB18030" LANGUAGE=&q 阅读全文

posted @ 2013-11-27 10:29 程序员CC 阅读(4677) 评论(0) 推荐(0)

导航