Amazon books

Wednesday, March 12, 2014

Oracle 8i 8.1.7.4 Clone showing errors sqlplus Could not load program sqlplus: Symbol resolution failed for sqlplus because

After cloning Oracle 8i binaries I was getting these errors below when trying to start a sqlplus session:


sqlplus
Could not load program sqlplus:
Symbol resolution failed for sqlplus because:
        Symbol pw_post (number 274) is not exported from dependent
          module /unix.
        Symbol pw_wait (number 275) is not exported from dependent
          module /unix.
        Symbol pw_config (number 276) is not exported from dependent
          module /unix.
        Symbol aix_ora_pw_version3_required (number 277) is not exported from dependent
          module /unix.
Examine .loader section symbols with the 'dump -Tv' command.


Even after checking LIBPATH, LD_LIBRARY_PATH, OS Patches, Relinking binaries without any error the same problem persists.

I them found the patch in MOS 2896876. Ifter downloading it, run the ROOTPRE.sh as ROOT and relink all again.

This fixed my problem.

Best Regards,
Paulo Portugal

1 comment: