会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
竹径通幽
博客园
首页
新随笔
联系
管理
订阅
1
2
下一页
2017年4月7日
faild to load SELinux policy freezing 错误
摘要: 1. 重启时在启动页面 按 E, 进入 grub 编辑页面; 2. 找到 linux 那一行,在最后 language 后面,空格 加上 selinux=0 3. 然后 ctrl + x 重新运行
阅读全文
posted @ 2017-04-07 10:42 竹径通幽
阅读(210)
评论(0)
推荐(0)
2017年3月30日
centos7 rac ins-41112错误
摘要: 关闭不必要的服务 [root@node1 run]# chkconfig NetworkManager offNote: Forwarding request to 'systemctl disable NetworkManager.service'.Removed symlink /etc/sys
阅读全文
posted @ 2017-03-30 12:37 竹径通幽
阅读(911)
评论(0)
推荐(0)
2017年3月23日
oracle11g RAC 下DBCA建库失败:ORA-12547: TNS:lost contact
摘要: sqlplus / as sysdba敲回车,也是报ORA-12547: TNS:lost contact 追踪错误 /u01/app/oracle/product/11.2.0/db_1/rdbms/log下找trc文件 -rw-r 1 oracle asmadmin 439570 Mar 23
阅读全文
posted @ 2017-03-23 15:19 竹径通幽
阅读(4724)
评论(0)
推荐(0)
安装 oracle 11g r2 时出现错误 调用/sysman/lib/ins_emagent.mk
摘要: 主要因为C库的问题,解决办法就是手动指定C库位置出现agent nmhs问题后,找到$ORACLE_HOME/sysman/lib/ins_emagent.mk文件,在文件里找字符串 vi $ORACLE_HOME/sysman/lib/ins_emagent.mk Search for the line $(MK_EMAGENT_NMECTL) Change it to:...
阅读全文
posted @ 2017-03-23 09:09 竹径通幽
阅读(2225)
评论(0)
推荐(0)
2017年3月22日
INS-20802错误
摘要: 由于配置了/etc/hosts来解析SCAN,导致未走DNS来进行SCAN的解析,爆出此错误,可以考虑忽略掉,或者删除/etc/hosts文件中的SCAN解析部分,并且再次通过nslookup验证DNS的解析是否正常即可。 解决方案: 需打名为p8670579_112010_LINUX.zip的补丁
阅读全文
posted @ 2017-03-22 14:15 竹径通幽
阅读(3616)
评论(0)
推荐(0)
ohasd failed to start
摘要: 第一次安装11gR2 RAC的时候就遇到了这个11.0.2.1的经典问题,上网一查才知道这是个bug,解决办法也很简单, 就是在执行root.sh之时另打开一个窗口执行以下命令 /bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 coun
阅读全文
posted @ 2017-03-22 13:52 竹径通幽
阅读(293)
评论(0)
推荐(0)
root.sh失败,反安装
摘要: 一、缺少Env.pm Can't locate Env.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/ven
阅读全文
posted @ 2017-03-22 13:37 竹径通幽
阅读(841)
评论(0)
推荐(0)
must be configured to display at least 256 错误
摘要: root #xhost + su grid export DISPLAY=:0.0
阅读全文
posted @ 2017-03-22 09:27 竹径通幽
阅读(819)
评论(0)
推荐(0)
2017年3月21日
grid报INS-41112错误
摘要: 一、验证ssh 二、关闭不必要的服务 # chkconfig NetworkManager off # sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config # chkconfig iptables off
阅读全文
posted @ 2017-03-21 15:13 竹径通幽
阅读(1519)
评论(0)
推荐(0)
CentOS 7.0 关闭防火墙
摘要: CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。 1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firew
阅读全文
posted @ 2017-03-21 15:01 竹径通幽
阅读(242)
评论(0)
推荐(0)
1
2
下一页
公告