标题: After applying 19.15 DB RU on 19.12 DB RU Oracle Home,getting error : Could n... [打印本页] 作者: 刘泽宇 时间: 2025-1-19 00:07 标题: After applying 19.15 DB RU on 19.12 DB RU Oracle Home,getting error : Could n... 现象:
BSI Application bugs after DB has been updated from 19.12 to 19.15 DBRU
Could not load program tf11server:
rtld: 0712-001 Symbol bcopy was referenced
from module tf11server(), but a runtime definition
of the symbol was not found.
Changes
19.15 DB RU is applied.
原因:
bcopy no more present in oracle database library libclntsh.so after applying 19.15
处理方法:
1. Take a backup of $ORACLE_HOME/rdbms/admin/shrept.lst
2. Edit the file, add this line at the bottom of the same:
rdbms : bcopy
3. Relink client shared library
cd $ORACLE_HOME/rdbms/lib
make -f ins_rdbms.mk client_sharedlib
bcopy – should now be visible when run “dump -X64 -Tv libclntsh.so |grep bcopy” in $ORACLE_HOME/lib