In this post we will install Oracle SOA Suite 12c version 12.2.1.2.0
SOA Suite is the real JEE application that contains the SOA engines
They will be deployed on WebLogic.
The installation will be done on Ubuntu Linux 64bit version: 16:04, the minimum hardware and software for Oracle SOA Suite 12c installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm
The facility is divided into parts as follows, see the link each to see the other Parties:
- Part 1: Oracle Database XE 11g
- Part 2: Java SE Development Kit 8 – JDK
- Part 3: SOA Suite 12.2.1.2.0
- Part 4: Repository Creation Utility (RCU)
- Part 5: SOA Developer Domain
- Part 6: Configuring Domain
- Part 7: Oracle JDeveloper 12.2.1.2.0
Download SOA Suite 12.2.1.2.0
Download the required file through the link:
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
Here, click Accept License Agreement
Select the All Platforms – Generic 64bit JVM
Now there are two downloads it should accomplish, since the SOA Suite is divided into two parts.
First Download:
Click Download standing next to the SOA Suite 12.2.1.2 – Part 1 of 2
Will show the Login screen below if you do not have an account please create it will be necessary for other downloads.
When you see the screen below, click Save File and then click OK
Second Download:
Click Download standing next to the SOA Suite 12.2.1.2 – Part 2 of 2
When you see the screen below, click Save File and then click OK
Held downloads, the following files should be in the folder ../Downloads
- fmw_12.2.1.2.0_soaqs_Disk1_1of2.zip
- fmw_12.2.1.2.0_soaqs_Disk1_2of2.zip
Now let’s unpack our files because installation is required for the two files are decompressed in the same folder.
Enter the folder where was downloaded and unzip the files by running the two commands:
sudo unzip fmw_12.2.1.2.0_soaqs_Disk1_1of2.zip
sudo unzip fmw_12.2.1.2.0_soaqs_Disk1_2of2.zip
Run the command below now to remove unnecessary files:
sudo rm *.zip
Now run the following command to give the necessary permissions:
sudo chmod 777 *.jar
Note: Be aware of your /tmp because when you run the following command will create temporary files in this folder required by the installation of Soa Suite, this folder must have read and write permissions for your user and not only for the ROOT
Then run the following command without sudo to run the file:
java -jar fmw_12.2.1.2.0_soa_quickstart.jar
Below select where you will start installing your Soa Suite and click on OK
In my case I put /app/oracle/oraInventory
On the screen below click Próximo
Click Próximo again
Below select where to install the Oracle Home will be made and click Próximo
In my case I chose: /app/oracle/homeOracle12c
Below appearing only warnings in yellow there is no problem and click Próximo
On the screen below click Instalar
In the screenshot below showing all OK click Proximo:
Uncheck below Iniciar JDeveloper and click in Finalizar:
Hugs and see you soon
/:-D