APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.2.0.1 and laterIBM AIX on POWER Systems (64-bit)
SYMPTOMS
The RDBMS binary relink on IBM AIX fails with below error.
ld: 0711-317 ERROR: Undefined symbol: .lstcpn
ld: 0711-317 ERROR: Undefined symbol: .ztcsl
ld: 0711-317 ERROR: Undefined symbol: .ztcsl
CAUSE
The symbol lstcpn ztcsl missing in the $ORACLE_HOME/rdbms/admin/shrept.lst
SOLUTION
To fix the issue, please follow the below workaround procedure.
Add the missing to $ORACLE_HOME/rdbms/admin/shrept.lst
rdbms : ztcsl
rdbms : lstcpn
rdbms : lstcpn
Then do a relink of the binaries.
Note:In the above example,we have symbol lstcpn ztcsl missing.If you have some other symbol, please act accordingly.
If the work around doesn't fix the issue,undo the changes and contact Oracle Support.