Monday 29 May 2023

ebs Error: FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.

 Please look into forms_server1.out:

Forms session <1> aborted: runtime process failed during startup with errors frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory


Solution:

sudo yum -y install libxml2


# cd /usr/lib

# ln -s libXm.so.4.0.4 libXm.so.2



Thursday 25 May 2023

bash: which: line 1: syntax error: unexpected end of file bash: error importing function definition for `which'

 Move below which2 files from the original place to other place


mv /etc/profile.d/which2.* /tmp/

Number of Visitors