Tuesday, August 27, 2019

12c Jdeveloper IDE installation steps - version 12.2.1.0.0


Step 1: Download the software from the following Oracle link:


In this link, you will get 12.2.1.4.0 quick start. Click download link for SOA Suite product and Download 1st 2 files.

Step 2: Keep the downloaded 2 files in a folder:


Note: JDK 8 should be installed. This case installed version is jdk1.8.0_51.

Step 3: Open the command prompt and run the following command:

cd C:\Program Files\Java\jdk1.8.0_51\bin 
C:\Program Files\Java\jdk1.8.0_51\bin>java.exe -jar D:\Softwares\SOA12c\fmw_12.2.1.0.0_soa_quickstart.jar

Step 4: It will start the Oracle Universal Installer wizard. select the oracle home path and go to next.


Step 6: Click Next to finish.



No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...