Tampilkan postingan dengan label Installation. Tampilkan semua postingan
Tampilkan postingan dengan label Installation. Tampilkan semua postingan

Senin, 12 Februari 2018

Step 5. Install Forms and Reports

You cant install this Forms and Report without weblogic and Java installed before, just check Step 1 until Step 4

Download Oracle Forms and Report 11gR2 here
Choose link download Windows x86-64 (disk 1 of 2) and Windows x86-64 2 of 2, make sure download both file and don’t forget to Accept License Agreement


File name will be ofm_frmrpts_win_11.1.2.2.0_64_disk1_1of2.rar and ofm_frmrpts_win_11.1.2.2.0_64_disk1_2of2.rar, and extract both file to one folder, in my case, right click on file then choose Extract files..


In my case, my destination path is C:\Source\OracleInstaller\forms


Make sure extract the second file like first one


If Extract finish, that folder will be like this, there is Disk1 until Disk5 with 1 file readme.html, on path C:\Source\OracleInstaller\forms


Open Disk1 folder, then right click on setup.exe and choose Run as administrator


Oracle Forms and Reports Indtallation - Welcome


Choose Skip Software Updates, then click Next to continue


Choose Install and Configure, click Next to continue


Prerequisite Checks, click Next to continue


Installation Location, if you follow all step, just keep in default, then click Next to continue


Choose Configure for Development, then click Next to continue


Select Domain, set for Domain
Username : weblogic (default)
User Password : Web_logic
Confirm Password : Web_logic
Domain Name : ClassicDoman (default)
Domain Location : just keep in default

Click Next to continue


Uncheck I wish receive …., then click Next to continue


There is will pop up like this, just click Yes to continue


On Configure Environment, check all, then click Next to continue


Choose Auto Port Configuration, then click Next to continue


Choose Do Not Use Proxy Settings, then click Next to continue


Installation Summary, you can save summary with click Save Response File, then click Install to continue


Installation Progress, just wait the Progress


On Installation progress, there is will 3 pop up for Java Setting, just check Private Networks and click Allow access to continue




Configuration Progress, wait until Application Configuration 100%, then click Next to continue


Installation Complete, you can click Save to Save Installation Configuration, and click Finish to complete



Step 4. Install Weblogic 10.3.6

Make sure you already follow step until Step 3, if not, just go back and check again.

Download Weblogic 10.3.6 here

Choose Generic (997 MB) on list Installers with Oracle Weblogic Server and Oracle Coherence


After download Generic (weblogic) that downloaded file will like this


Install Weblogic 10.3.6 
Open cmd, then go to path where weblogic jar file located. In this case my weblogic jar file on C:\Source\OracleInstaller then type java -jar wls1036_generic.jar to install jar file


Wait Extracting until 100%


If Extract success, there is will pop up Oracle Installer – Weblogic 10.3.6.0 like this. Click Next to continue


Just let Middleware Home Directory path on default, click Next to continue


Just Check I wish to receive … and keep blank for Email and Support Password


There is will pop up Email Address Not Specified, just click Yes to continue


Are you sure ? pop up, just click Yes to continue


There is will pop up Connection failed, and make sure you check I wish to remain …, then click continue to next step


Choose Typical and Next to continue


We can see, Local SDK will default to JDK 7 x64 bit which it already installed on Step 3,
Click Next to continue


It will show wlserver and coherence path, just keep on default, then click Next to continue


There is will Installation Summary like this, just click Next to continue


Wait for installation


Installation Complete
Click Done to finish Installation


Step 3. Install Java 7 64 bit

Preinstall

For some reason, we need setting some stuff before install Java 7 64 bit


Use Static IP

If you connect to network, set IP from DHCP to static, in my case I connect to network with LAN Network, then click Detail for more information


In my case, my LAN Network still use DHCP, you can see on DHCP Enabled is YES, to change it go to Network Properties, don’t forget to note IPv4 Address, IPv4 Subnet Mask and IPv4 Default Gateway for next our IP Setting


Click Internet Protocol Version 4 (TCP/IPv4) to continue


Fill IPv4 with your IPv4 when at DHCP status, in my case, my IP like below


Setting Temp and Tmp

We need to change Temp and Tmp folder destination, to do that, follow this step. Go to System Properties, then click Environment Variables


See TEMP and TMP on User variables for user, we can see the default Value like image below 


Set TEMP and TMP value to C:\Temp, or you can see like image below


Install

Download Java 7 x64-bit for Windows here
Click Accept License Agreement then choose jdk-7u80-windows-x64.exe



Click Next to continue


Choose Development Tools option, and let path is default, click Next to continue



Let JRE path on default, click Next to continue





Set Java Home

Before we install Weblogic, we need to set Java_Home
Goto System Properties


Click New on region User variables for user


Set New User Variable
Variable name : java_home
Variable value : C:\Program Files\Java\jdk1.7.0_80
The Java path is Java 7 x64 bit path, not 32 bit, click OK to set


Edit Path on System variables, then insert Path Java 7 x64 to that Path, and make sure Java 7 x64 path on first line, double click on Path



Result of Environment Variables



Check Installed Java

Type on Command Prompt javac and java, if java already installed and path already set, it will result like image below, if not, check again




And you can check java version with type java -version


If java not yet Installed success,  you cant go to Next Step for install Weblogic