ORACLE FORMS AND REPORTS 12C INSTALLATION DOCUMENT LINUX
SOFTWARE REQUIREMENT: 1. Java ( jdk-8u65-windows-x64.exe ) 2 . Oracle Weblogic Server 12C( fmw_12.2.1.0.0_infrastructure_Disk1_1of1.zip ) 3. Oracle Forms and Reports 12c (12.2.1.0) ( fmw_12.2.1.0.0_fr_linux64_Disk1_1of1.zip ). Setup The following actions should be performed by the "root" user. Make sure the "/etc/hosts" file contains correct entries for both the "localhost" and real host names . 127.0.0.1 localhostlocalhost.localdomain localhost4 localhost4.localdomain4 Create a new group and user. groupadd -g 54321 oinstall useradd -u 54321 -g oinstall oracle passwd oracle Create the directories in which the Oracle software will be installed. mkdir -p /u02/app/oracle/product/12.2.1 mkdir -p /u02/app/oracle/config/domains mkdir -p /u02/app/oracle/config/applications chown -R applfrw:oinstall /u02 chmod -R 775 /u02/ Append the following entries into the "/home/applfrw/.bash_profile" file. # Adju...