Loading

08 2021 档案

摘要:1.现象 数据库监听无法监测Oracle实例服务 2.问题原因 发现本地本地监听字符串被修改 SQL> show parameter listener NAME TYPE VALUE forward_listener string listener_networks string local_lis 阅读全文
posted @ 2021-08-31 13:21 李行行 阅读(282) 评论(0) 推荐(0) 编辑
摘要:现象 dbca安装过程报错日志信息 PRCR-1079 : Failed to start resource ora.racdb.db CRS-5017: The resource action "ora.racdb.db start" encountered the following error 阅读全文
posted @ 2021-08-27 14:29 李行行 阅读(196) 评论(0) 推荐(0) 编辑
摘要:通过图形化界面配置报错信息[INS-06003] Failed to setup passwordless SSH connectivity with the following 排查 用户ssh提示权限不足 进入grid目录发现没有.ssh目录 解决: 通过命令ssh-keygen手工创建.ssh 阅读全文
posted @ 2021-08-26 18:39 李行行 阅读(1146) 评论(0) 推荐(0) 编辑
摘要:set linesize 1000 pagesize 0 feedback off trimspool on with hwm as ( -- get highest block id from each datafiles ( from x$ktfbue as we don't need all 阅读全文
posted @ 2021-08-24 17:38 李行行 阅读(113) 评论(0) 推荐(0) 编辑
摘要:操纵系统:Centos6.5 数据库版本:11.2.0.4 rac 补丁情况:未更新任何补丁 现象数据库突然宕机,启动之后过一段时间还是会出现一下情况 Wed Apr 18 11:41:44 2012 Exception [type: SIGSEGV, SI_KERNEL(general_prote 阅读全文
posted @ 2021-08-24 16:56 李行行 阅读(206) 评论(0) 推荐(0) 编辑
摘要:11GR2版本之后,私网之间的通讯开始使用haip进行通讯,Oracle集群启动时会在每个私网网卡上绑定一个169.254网段的ip地址,每一个网卡都同时承担实例之间的通讯,当其中一个私网网卡出现问题,该私网网卡上的haip立即漂移到状态正常的网卡上,并继续提供服务。 在Oracle rac核心技术 阅读全文
posted @ 2021-08-23 16:54 李行行 阅读(548) 评论(0) 推荐(0) 编辑
摘要:gipc在rac中的功能简介 1.发现集群的私网网卡并对私网网卡进行检查,如果正常rank值为99,如果网卡状态不正常rank值为0或-1、 2.通过集群网络发现远端节点私网网卡信息,并建立联系--这个过程是建立在mdnsd进程通过广播的方式将节点信息发布 3.负责监控私网网卡监控,当私网网卡出现故 阅读全文
posted @ 2021-08-23 14:56 李行行 阅读(383) 评论(0) 推荐(0) 编辑
摘要:[grid@rac1 ~]$ oclumon manage -get master replica Master = rac2Replica = rac1 Done 阅读全文
posted @ 2021-08-22 15:57 李行行 阅读(602) 评论(0) 推荐(0) 编辑
摘要:应客户要求,配置告警信息,通过crontab命令来进行调用,配置完成之后,crontab任务一直无法调用,日志文件/var/log/cron有调用信息 解决: 脚本中添加一下命令,调用环境变量 #set -x source ~/.bash_profile 阅读全文
posted @ 2021-08-18 15:54 李行行 阅读(229) 评论(0) 推荐(0) 编辑
摘要:1.执行python安装命令如下报错 [root@oracle11g mysql-utilities-1.6.5]# python setup.py install Traceback (most recent call last): File "setup.py", line 21, in <mo 阅读全文
posted @ 2021-08-18 14:10 李行行 阅读(157) 评论(0) 推荐(0) 编辑
摘要:执行iotop -u -mysql报告 [root@oracle11g support-files]# iotop -u mysql File "/usr/sbin/iotop", line 10 except ImportError, e: ^ SyntaxError: invalid synta 阅读全文
posted @ 2021-08-17 20:51 李行行 阅读(255) 评论(0) 推荐(0) 编辑
摘要:根据业务需要,有些时候我们需要修改回话参数,但是应用代码无法进行修改,我们可以通过一下两种方式来进行修改 一:通过连接字符串--19c可行 1.通过字符串直接连接数据库 在19c上测试,这种方式是可行的,但是在11g上测试未果 [oracle@localhost ~]$ sqlplus dbmon/ 阅读全文
posted @ 2021-08-17 20:39 李行行 阅读(396) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示
more_horiz
keyboard_arrow_up dark_mode palette
选择主题