- 论坛徽章:
- 0
|
按照http://bbs.chinaunix.net/viewthread.php?tid=792719&highlight=centos 上面所介绍的
怎么没有看见您需要打ORACLE 的补丁的 我现在似乎在这里出了问题
- #su - oracle
- $ cp /abc/p2617419_210_GENERIC.zip /tmp
- $ cd /tmp
- $ unzip p2617419_210_GENERIC.zip
- $ export PATH=$PATH:/tmp/OPatch
- $ export PATH=$PATH:/sbin
- 停止Oracle服务
- 安装p3238244_9204_LINUX.zip补丁
- Code:
- $ cp /abc/p3238244_9204_LINUX.zip /tmp
- $ unzip p3238244_9204_LINUX.zip
- $ cd 3238244
- [oracle@localhost tmp]$ cd 3238244
- [oracle@localhost 3238244]$ opatch apply
- PERL5LIB=/opt/ora9/product/9.2/Apache/perl/lib/5.00503:/tmp/OPatch/perl_modules; export PERL5LIB
- /opt/ora9/product/9.2/Apache/perl/bin/perl /tmp/OPatch/opatch.pl apply
- OPatch Version 1.0.0.0.46
- Perl Version 5.00503
- /tmp/OPatch/opatch.pl version: 1.0.0.0.46
- Copyright (c) 2001,2002,2003 Oracle Corporation. All Rights Reserved.
- Cannot find liboraInstaller.so
- ERROR: OPatch failed because of Inventory problem.
- ###############################################
- $ cd $ORACLE_HOME/network/lib
- $ make -f ins_oemagent.mk install
- /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4'
- collect2: ld returned 1 exit status
- make: *** [dbsnmp] Error 1
复制代码 |
|