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/

  • 2 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...

How to Set Up a Database User and an Oracle APEX Workspace on Your Server

Connect to Serverssh user@hostname   Switch to Oracle Usersudo su - oracle Connect as...

How to connect SQL Developer Connection Tutorial Video

Database Connection Details for SQL Tools:  Open Oracle SQL Developer.Once it loads, click...