Monday, 30 January 2012

Installation steps for SOA Suite 11g & OSB (11gPS3) on Windows7 64 bit OS



Following installation steps would be useful to all of us.

I had installed SOA Suite 11g many times on various environments and If you are going to install the SOA Suite 11g then have a look at the below steps for the calrification:


SOA PS3 11.1.1.4 Installation with SOA 11g & OSB:-

1)Installing the Oracle XE:

OracleXEUniv.exe

sys/welcome1

and then tune the DB by using the below SQLs

connect sys/welcome1@XE as sysdba
show parameter session
show parameter processes
alter system reset sessions scope=spfile sid='*';
alter system set processes=300 scope=spfile;
shutdown
startup
show parameter session
show parameter processes

2)Installing the Weblogic Server:

Installable should contais the WLS + Coherence + OEPE

wls1034_oepe111161_win32.exe

3)Creating the schemas using RCU:

ofm_rcu_win_11.1.1.4.0_disk1_1of1.zip

Please must set the below property before running RCU

E:\FMW\PS311114\ofm_rcu_win_11.1.1.4.0_disk1_1of1\rcuHome\BIN>
set RCU_JDBC_TRIM_BLOCKS=TRUE
echo %RCU_JDBC_TRIM_BLOCKS%

E:\FMW\PS311114\ofm_rcu_win_11.1.1.4.0_disk1_1of1\rcuHome\BIN>rcu.bat

Schema users -Password: welcome1

4)Installing the SOA Suite:

ofm_soa_generic_11.1.1.4.0_disk1_1of2.zip
ofm_soa_generic_11.1.1.4.0_disk1_2of2.zip

Extract above zip files and go to below path (../Disk1) and Run the setup file by providing jdk160_21 path.

E:\FMW\PS311114\ofm_soa_generic_11.1.1.4.0_disk1_1of2\Disk1>setup.exe -jreLoc E:\FMW\Oracle\Middleware\jdk160_21


5)Installing the OSB:

V24316-01.zip -Extract this and go to the below path (../Disk1) and Run the setup file by providing jdk160_21 path.

E:\FMW\PS311114\osb\V24316-01\Disk1>setup.exe -jreLoc E:\FMW\Oracle\Middleware\jdk160_21

6) Configuring SOA & OSB:

E:\FMW\Oracle\Middleware\oracle_common\common\bin>config.cmd

7)Installing the JDeveloper:

Run the jdevstudio11114install.exe setup file.

E:\FMW\PS311114\jdevstudio11114install.exe

Extend SOA Compositor:

Open the Jdevloper and go to Help-->Check for updates -->Select the below SOA extension from your local system.

E:\FMW\PS311114\soa-jdev-extension.zip

Finally Enjoy with SOA 11g ...

No comments:

Post a Comment