Oracle Text not working on Linux

Oracle Text executable ctxhx requires libstdc++.so.5 library whereas most Linux distribution these days have newer versions.

To fix this Download older version the internet or request MaxApex support.


Extract the rpm with following command:

rpm2cpio libstdc++-3.3.4-11.x86_64.rpm | cpio -ivd

Copy libstdc++.so.5* to /usr/lib64/

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

ORA-00603: ORACLE server session terminated by fatal error

If you get following error in SQL Developer:ORA-00603: ORACLE server session terminated by fatal...