Installing Oracle Forms & Reports in an Oracle Linux 8.10 server
Step 1 - Install the relevant software and place them in a separate directory named SOFTWARES as a best practice. Step 2 - In addition to any prerequisites performed during the WebLogic 12c installation, the following packages should be installed as the "root" user, if they are not already present. yum install binutils -y yum install compat-libcap1 -y yum install compat-libstdc++-33 -y yum install compat-libstdc++-33.i686 -y yum install gcc -y yum install gcc-c++ -y yum install glibc -y yum install glibc.i686 -y yum install glibc-devel -y yum install glibc-devel.i686 -y yum install libaio -y yum install libaio-devel -y yum install libgcc -y yum install libgcc.i686 -y yum install libstdc++ -y yum install libstdc++.i686 -y yum install libstdc++-devel -y yum install ksh -y yum install make -y yum install sysstat -y yum install motif -y yum install motif-devel -y yum install redhat-lsb -y yum install redhat-lsb-core -y yum install libXtst-devel -y Step 3 - Unzip the Oracle Forms ...