轉自:http://www.puschitz.com/InstallingOracle9i.shtml#PatchingOracleIntelligentAgentOnRHAS3
Patching Oracle Intelligent Agent on RH AS 3
When you run "agentctl start" (Oracle 9.2.0.4), dbsnmp will crash: http://metalink.oracle.com. 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 "Patching Oracle9iR2 on Red Hat AS 3" for information on getting and installing opatch. To verify if opatch is in your $PATH, run the which command:
$ $ /tmp/OPatch/opatch $
To apply now the patch, run:
$ $ $ $ # the patch needs "fuser" which is located in /sbin $Now 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:
$ $ /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:
$ $ $
Now you should be able to start the agent:
$ $
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.
$ $To resolve this problem, apply the patch p3238244_9204_LINUX.zip from[@more@]
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/95530/viewspace-1015228/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/95530/viewspace-1015228/