Installing WebLogic 12.2.1 on Oracle Linux 8 Server

 Installing WebLogic 12.2.1 on Oracle Linux 8 Server


Step 1 - Download the relevant Software


Oracle Fusion Middleware 12c Infrastructure
Java Development Kit 1.8.0_202

As a best practice place the downloaded software in a separate directory such as 'SOFTWARES'

Step 2 - Create the following groups and the weblogic user


[root@testserver-k opc]# groupadd -g 54321 oinstall
[root@testserver-k opc]# useradd -u 54321 -g oinstall weblogic

Step 3 - Changed the password for weblogic user


[root@testserver-k opc]# passwd weblogic

Step 4 - Created the directories in which the WebLogic software will be installed


[root@testserver-k opc]# mkdir -p /u01/app/oracle/product/12.2.1
[root@testserver-k opc]# mkdir -p /u01/app/oracle/config/domains
[root@testserver-k opc]# mkdir -p /u01/app/oracle/config/applications
[root@testserver-k opc]# chown -R weblogic:oinstall /u01
[root@testserver-k opc]# chmod -R 775 /u01/

Step 5 - Appended the following entries into the '/home/weblogic/.bash_profile' file.


[weblogic@testserver-k ~]$ vi ~/.bash_profile

export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.2.1
export MW_HOME=$ORACLE_HOME
export JAVA_HOME=/u01/app/oracle/jdk1.8.0_202
export PATH=$JAVA_HOME/bin:$PATH

[weblogic@testserver-k ~]$ source ~/.bash_profile

Step 6 - Unzip or Install Java to the server and update the JAVA_HOME path as necessary


[weblogic@testserver-k ~]$ cd /u01/app/oracle
[weblogic@testserver-k oracle]$ unzip <JDK-file>.zip
[weblogic@testserver-k oracle]$ java -version

Step 7 - Unzip the WebLogic Middleware zip file


[weblogic@testserver-k ~]$ cd /u01/SOFTWARES
[weblogic@testserver-k SOFTWARES]$ unzip V983368-01.zip

Step 8 - Execute the infrastructure file


[weblogic@testserver-k SOFTWARES]$ $JAVA_HOME/bin/java -jar fmw_12.2.1.4.0_infrastructure.jar











If you are doing an installation for Oracle Forms and Reports 
Services, you don't need to create the domain at this point! 

Carry out the the installation of Oracle Forms & Reports Services. Below is a step by step guide on how to complete it.


Follow the below guide to create a domain.


Comments

Popular posts from this blog

Installing Oracle Database 19c on Linux 8 (OL8) Server

Solution for [INS-08101] Unexpected error while executing the action at state: ‘supportedOSCheck'

Graphical Display Not Appearing when Running Install Wizards - Linux