oracle 9iAgent無法啟動解決方案
轉自:
. See bug/patch 3238244 for more information.
Before you apply the patch, make sure the instance is down!
Also make sure the opatch script appears in your $PATH. See for information on getting and installing opatch. To verify if opatch is in your $PATH, run the which command:
$ su - oracle $ which opatch /tmp/OPatch/opatch $
To apply now the patch, run:
$ su - oracle $ unzip p3238244_9204_LINUX.zip $ cd 3238244 $ export PATH=$PATH:/sbin # the patch needs "fuser" which is located in /sbin $ opatch applyNow you need to relink dbsnmp. This is the binary that crashed when running agentctl start. To find which makefile handles the linking of dbsnmp, you can run:
$ su - oracle $ find $ORACLE_HOME -name "*.mk" | xargs grep -l dbsnmp /u01/app/oracle/product/9.2.0/network/lib/ins_oemagent.mk /u01/app/oracle/product/9.2.0/network/lib/env_oemagent.mk $I relinked dbsnmp and all associated executables which are maintained by the ins_oemagent.mk makefile:
$ su - oracle $ cd $ORACLE_HOME/network/lib $ make -f ins_oemagent.mk install
Now you should be able to start the agent:
$ su - oracle $ agentctl start
NOTE: Don't forget to undo the changes (links) to /usr/bin/gcc and /usr/bin/g++ if you don't need it any more. Also don't forget the /etc/ld.so.preload file.
$ su - oracle $ agentctl start DBSNMP for Linux: Version 9.2.0.4.0 - Production on 07-JAN-2004 19:11:14 Copyright (c) 2003 Oracle Corporation. All rights reserved. Starting Oracle Intelligent Agent.../u01/app/oracle/product/9.2.0/bin/dbsnmpwd: line 156: 1855 Segmentation fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1 /u01/app/oracle/product/9.2.0/bin/dbsnmpwd: line 156: 1868 Segmentation fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1 /u01/app/oracle/product/9.2.0/bin/dbsnmpwd: line 156: 1880 Segmentation fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1 /u01/app/oracle/product/9.2.0/bin/dbsnmpwd: line 156: 1892 Segmentation fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1To resolve this problem, apply the patch p3238244_9204_LINUX.zip from[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/95530/viewspace-1015228/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 記一次mysql無法啟動的解決方案MySql
- 記vscode無法啟動解決辦法VSCode
- Oracle備庫當機啟動解決方案Oracle
- tomcat無法啟動的解決方法Tomcat
- 解決ASM無法啟動問題ASM
- 解決GITLAB無法啟動runsv no runningGitlab
- linux mysql無法啟動怎麼解決?LinuxMySql
- rpi-mongodb3 容器無法重啟解決方案MongoDB
- Asp.net 無法啟動IIS Express 解決辦法ASP.NETExpress
- Kali Linux更新後無法啟動解決了Linux
- activemq8161無法啟動-------兩步解決MQ
- 移動端swiper嵌iframe無法滑動的解決方案
- win10應用程式無法正常啟動怎麼解決_win10應用程式無法啟動解決教程Win10
- windows time服務無法啟動的解決方法Windows
- Oracle Haip無法啟動問題學習OracleAI
- win10 ituns無法正常啟動怎麼辦_win10 ituns無法正常啟動解決方法Win10
- windows10瀏覽器老是無法正常開啟解決方案Windows瀏覽器
- 域名被反詐中心攔截無法開啟的解決方案
- 解決vscode安裝後無法啟動的問題VSCode
- 程式無法正常啟動0xc0000142解決方法
- [MySQL] “MySQL 服務無法啟動”原理及解決方法MySql
- 解決WSL2無法啟動提示“找不到元素”
- oracle 19c 無法create table解決Oracle
- spring-cloud-搭建Eureka出現內建tomcat無法啟動的問題解決方案SpringCloudTomcat
- ubuntu安裝向日葵後無法啟動的解決辦法Ubuntu
- win10快速啟動無法勾選怎麼修復_win10啟動快速啟動無法勾選解決方法Win10
- win10依賴服務或組無法啟動怎麼辦_win10提示依賴服務或組無法啟動解決方案Win10
- autodesk產品無法安裝解決方案
- office正在更新無法正常啟動如何修復_office顯示正在更新無法開啟解決方法
- VMware DHCP Service服務無法啟動問題的解決
- 解決SSL Network Extender服務已中止且無法啟動
- win10電腦無法正常啟動的解決方法Win10
- 解決Zblog文章無法開啟網站網站
- win10 sxstrace.exe無法啟動解決辦法_win10系統應用程式無法正常啟動怎麼辦Win10
- 微信中無法下載app的解決方案APP
- @Transactional開啟事務導致AbstractRoutingDataSource動態資料來源無法切換的解決方案
- IDEA匯入專案—無法啟動main,註解顯示灰色解決IdeaAI
- 無法啟動mysql服務”1067 程式意外終止”解決辦法【簡記】MySql
- 更新macOS Big Sur系統後,Parallels Desktop無法啟動的解決辦法!MacParallel