Hello All,
Recently I installed SOA Suite and below are steps which I followed for the same.
You can download the SOA suite and all the pre-requisites from below link
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
Below are the mandate things you required for a successful installation and please follow these steps in the same sequences.
From the above link, you should download below files.
1) OracleXE112_Win32
2) ofm_rcu_win_11.1.1.7.0_32_disk1_1of1
3) wls1036_win32 (Please make sure you a weblogic server downloaded from the FMW home and not a standalone, because if you use standalone server to integrate the same then you will face "Fatal Error" during domain creation)
4) ofm_soa_generic_11.1.1.7.0_disk1_1of2
5) ofm_soa_generic_11.1.1.7.0_disk1_2of2
OracleXE112_Win32 Installation
Now to start with, first you need to install "OracleXE112_Win32"
Consider you have installed "OracleXE112_Win32" under C:\SOA.
Repository Creation Utility Installation
After than you need to run "Repository Creation Utility". By running this the schemas which are required for your Oracle Fusion Middleware components (that is SOA, BAM etc) are created and this needs to be run before the FMW installation.
You can refer below link for further information
http://docs.oracle.com/cd/E28280_01/doc.1111/e14259/rcu.htm#RCUUG240
Once you have installed "ofm_rcu_win_11.1.1.7.0_32_disk1_1of1" to run please follow below steps
1) Go to "ofm_rcu_win_11.1.1.7.0_32_disk1_1of1\rcuHome\BIN"
2) Run "rcu.cmd" file
3) Select create and click next
4) In DataBase connection details you need to provide the informations of OracleXE database which you installed in the first Steps.(In this make sure the role is SYSDBA else it might give some permission issue)
When you click next it will be testing the connection too and move to next page it the connection is established.
5) In the select component page you need to check the components you intent to install so that corresponding schemas will be created.
In this example I have selected the SOA and BAM schemas.
6) After that you need to provide a password, which which the server will be accessing these schema's.
You can you same password for all the components for simplicity.
Then next which will Map the table space and then create those tables.
By this your DB pre-requisites are done.
Now lets move to WebLogic server and SOA installation.
WebLogic Installation.
WebLogic Server Installation is pretty straight forward
1) Run "wls1036_win32.exe" file.
2) Select a Middleware home (In our case C:\SOA)
3) Select a JDK and then install.
Once the server is installed successfully, we move to SOA installation.
SOA Installation
For installing SOA first we need to run "Setup.exe" which will be under "ofm_soa_generic_11.1.1.7.0_disk1_1of2\Disk1\install\win32"
Once you run it, it will be asking for a JDK home which should have already installed in the WebLogic server installation. We should give that location.
For example "C:\SOA\jdk160_29" as the Java Home and enter.
During the installation step it will ask for a Middleware home which we need to give.(Same Weblogic home :- C:\SOA).
After that it will automatically detect which Application Server it is.(In our case "WebLogic").
So we will be installing the SOA on "C:\SOA" so that after the installation we will see a folder called "Oracle_SOA1" is created.
So installation of SOA is done.
Once we have successfully installed, we need to create a domain.
For that we need to go to "C:\SOA\Oracle_SOA1\common\bin".
And need to run "config.cmd" file.
This will initiate below page.
After that we need to select below options.
After this we will provide a "Domain_Home", "Domain Location" and "Application Location"
Provide a password for Admin and move ahead.
On the next step you need to JDBC components schemas.
This is the point where the schemas we created by RCU in step 2 is required.
We have a to select the schema's and provide correct information's. It will be looking like below.
In the above we need to take care of below parameters,
a) Service = XE
b) Hostname = Same host name where you installed OracleXE112_Win32, in my case localhost
c) Port = 1521 (Default port of XE)
b) Schema password = Same password we give during "ofm_rcu_win_11.1.1.7.0_32_disk1_1of1" installation on step 6.
When you click next you should get below screen which says all the schema lookup's are fine.
Continue by clicking next and create the domain.
Thats it!!!!!!
Regards,
Anish
Recently I installed SOA Suite and below are steps which I followed for the same.
You can download the SOA suite and all the pre-requisites from below link
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html
Below are the mandate things you required for a successful installation and please follow these steps in the same sequences.
From the above link, you should download below files.
1) OracleXE112_Win32
2) ofm_rcu_win_11.1.1.7.0_32_disk1_1of1
3) wls1036_win32 (Please make sure you a weblogic server downloaded from the FMW home and not a standalone, because if you use standalone server to integrate the same then you will face "Fatal Error" during domain creation)
4) ofm_soa_generic_11.1.1.7.0_disk1_1of2
5) ofm_soa_generic_11.1.1.7.0_disk1_2of2
OracleXE112_Win32 Installation
Now to start with, first you need to install "OracleXE112_Win32"
Consider you have installed "OracleXE112_Win32" under C:\SOA.
Repository Creation Utility Installation
After than you need to run "Repository Creation Utility". By running this the schemas which are required for your Oracle Fusion Middleware components (that is SOA, BAM etc) are created and this needs to be run before the FMW installation.
You can refer below link for further information
http://docs.oracle.com/cd/E28280_01/doc.1111/e14259/rcu.htm#RCUUG240
Once you have installed "ofm_rcu_win_11.1.1.7.0_32_disk1_1of1" to run please follow below steps
1) Go to "ofm_rcu_win_11.1.1.7.0_32_disk1_1of1\rcuHome\BIN"
2) Run "rcu.cmd" file
3) Select create and click next
4) In DataBase connection details you need to provide the informations of OracleXE database which you installed in the first Steps.(In this make sure the role is SYSDBA else it might give some permission issue)
When you click next it will be testing the connection too and move to next page it the connection is established.
5) In the select component page you need to check the components you intent to install so that corresponding schemas will be created.
In this example I have selected the SOA and BAM schemas.
6) After that you need to provide a password, which which the server will be accessing these schema's.
You can you same password for all the components for simplicity.
Then next which will Map the table space and then create those tables.
By this your DB pre-requisites are done.
Now lets move to WebLogic server and SOA installation.
WebLogic Installation.
WebLogic Server Installation is pretty straight forward
1) Run "wls1036_win32.exe" file.
2) Select a Middleware home (In our case C:\SOA)
3) Select a JDK and then install.
Once the server is installed successfully, we move to SOA installation.
SOA Installation
For installing SOA first we need to run "Setup.exe" which will be under "ofm_soa_generic_11.1.1.7.0_disk1_1of2\Disk1\install\win32"
Once you run it, it will be asking for a JDK home which should have already installed in the WebLogic server installation. We should give that location.
For example "C:\SOA\jdk160_29" as the Java Home and enter.
During the installation step it will ask for a Middleware home which we need to give.(Same Weblogic home :- C:\SOA).
After that it will automatically detect which Application Server it is.(In our case "WebLogic").
So we will be installing the SOA on "C:\SOA" so that after the installation we will see a folder called "Oracle_SOA1" is created.
So installation of SOA is done.
Once we have successfully installed, we need to create a domain.
For that we need to go to "C:\SOA\Oracle_SOA1\common\bin".
And need to run "config.cmd" file.
This will initiate below page.
After that we need to select below options.
After this we will provide a "Domain_Home", "Domain Location" and "Application Location"
Provide a password for Admin and move ahead.
On the next step you need to JDBC components schemas.
This is the point where the schemas we created by RCU in step 2 is required.
We have a to select the schema's and provide correct information's. It will be looking like below.
In the above we need to take care of below parameters,
a) Service = XE
b) Hostname = Same host name where you installed OracleXE112_Win32, in my case localhost
c) Port = 1521 (Default port of XE)
b) Schema password = Same password we give during "ofm_rcu_win_11.1.1.7.0_32_disk1_1of1" installation on step 6.
When you click next you should get below screen which says all the schema lookup's are fine.
Continue by clicking next and create the domain.
Thats it!!!!!!
Regards,
Anish