Oracle Forms and Reports 12c (12.2.1) Silent Installation on Oracle Linux 6 and 7
An overview of the silent installation of Oracle Forms and Reports 12c on Oracle Linux 6 and 7.
oracle 12cconfigurationintermediate
by OracleDba
14 views
An overview of the silent installation of Oracle Forms and Reports 12c on Oracle Linux 6 and 7.
12345678910111213141516171819202122232425262728293031323334
# OL6 and OL7
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
# OL6 Only
yum install libXext.i686 -y
yum install libXtst.i686 -y
yum install openmotif -y
yum install openmotif22 -y
# OL7 Only
yum install ocfs2-tools -y
yum install motif -y
yum install motif-devel -y
yum install numactl -y
yum install numactl-devel -y123456789101112131415161718192021222324252627282930313233343536373839
[ENGINE]
#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0
[GENERIC]
#Set this to true if you wish to skip software updates
DECLINE_AUTO_UPDATES=true
#
MOS_USERNAME=
#
MOS_PASSWORD=<SECURE VALUE>
#If the Software updates are already downloaded and available on your local system, then specify the path to the directory where these patches are available and set SPECIFY_DOWNLOAD_LOCATION to true
AUTO_UPDATES_LOCATION=
#
SOFTWARE_UPDATES_PROXY_SERVER=
#
SOFTWARE_UPDATES_PROXY_PORT=
#
SOFTWARE_UPDATES_PROXY_USER=
#
SOFTWARE_UPDATES_PROXY_PASSWORD=<SECURE VALUE>
#The oracle home location. This can be an existing Oracle Home or a new Oracle Home
ORACLE_HOME=
/u01/app/oracle/middleware/
#Set this variable value to the Installation Type selected as either Standalone HTTP Server (Managed independently of WebLogic server) OR Colocated HTTP Server (Managed through WebLogic server)
INSTALL_TYPE=Forms and Reports Deployment
inventory_loc=/u01/app/oraInventory
inst_group=oinstall12345
$ cd /u01/software
$ unzip fmw_12.2.1.0.0_fr_linux64_Disk1_1of1.zip
$ export JAVA_HOME=/u01/app/oracle/jdk1.8.0_77
$ ./fmw_12.2.1.0.0_fr_linux64.bin -silent -response /u01/software/forms.rsp -invPtrLoc /u01/software/oraInst.locPlease to add comments
No comments yet. Be the first to comment!