FRM-92101 There was a failure in the Forms Server during startup
frmweb: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory in forms server log
Checked ldd frmweb and found below rpm's missing
ldd $ORACLE_HOME/bin/frmweb
libXt.so.6 => not found
libSM.so.6 => not found
libICE.so.6 => not found
Solution
Run below and fix missing
1. RDA_HCVE.html:
Please check your Operating System prerequisites. Review and follow note RDA - Health Check / Validation Engine Guide (Doc ID 250262.1).
check /usr/lib
-> Installed rpm's once again
-> Copied required library files from PROD and created softlinks which are missing
-> Shutdown both DB and Application
-> Restarted VM Machine
-> then again started both DB and Application
Comments
Post a Comment