Wednesday, March 29, 2017

Oracle Weblogic 12 Server installation in Windows for PeopleSoft Application

Oracle Weblogic 12 Server installation in Windows for PeopleSoft Application


This Oracle Weblogic 12.1.2 server installation is performed for PeopleSoft application.

  1. Download Oracle Weblogic Server installable from https://edelivery.oracle.com
  2.  Setup JAVA HOME variable                                                                  > set JAVA_HOME=D:\XX\jdk1.7.0_121
  3. Export ORACLE_HOME variable
set ORACLE_HOME=D:\XX\WLS1212


4. Navigate to Weblogic Server 12.1.2 setup files and run following command


>%JAVA_HOME%/bin/java -jar wls_121200.jar


Extracting files.......
Starting Oracle Universal Installer
Checking if CPU speed is above 300 MHz.   Actual XX Passed
Checking monitor: must be configured to display at least 256 colors.   Actual XX
94967296    Passed
Checking swap space: must be greater than 512 MB    Passed
Checking if this platform requires a 64-bit JVM.   Actual XX Passed (64-bit n
ot required)

Preparing to launch the Oracle Universal Installer from C:\XX\Temp\OraInstallXX
Log: C:\XX\logs\installXX.log


This launches installation wizard











Pre requisite check will be done in next step



click yes in following dialog box






uncheck the Automatically Launch Configuration winzard in next window and click complete


5. Verification of installation
Add opatch to PATH variable
 set PATH=%PATH%;/<Weblogic_HOME>/OPatch


Run following command to check Installation
$opatch lsinventory

No comments:

Post a Comment