Powered By Blogger

Friday, August 12, 2011

Installing Oracle SOA 11.1.1.5 with XE database on windows 7 64 bit

Steps are mentioned below
                                        Part A: Getting the Softwares
1)You need to download all the softwares from Oracle website. Directly downloading from website is risky as in the middle it gets disconnected. You need to have free download manager installed .
Get it from here
http://www.freedownloadmanager.org/

2)The required softwares for 11.1.1.5 are available here

a)You need to download GENERIC version for all so that it can work on other platforms like 64 bit OS

b)XE Database
http://www.oracle.com/technetwork/database/express-edition/downloads/index.html

c)Repository Creation Utility (RCU) (11.1.1.5.0)
Download it from here for windows x86
http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html

Note: You need to set this before running RCU in windows OS. Just right click on Mycomputer, go to Advanced and set the system and user variable and give value as TRUE

If you want to use Oracle XE as your database, you need to set the RCU_JDBC_TRIM_BLOCKS environment variable to TRUE *prior* to running RCU.

Impact of not setting above: Your soa-infra would not come up when you start the soa-servers.


d)weblogic(10.3.5)
Download the following GENERIC version of 1GB
Oracle WebLogic Server 11gR1 (10.3.5) + Coherence -
Package Installer

http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html

e)SOA(11.1.1.5)
http://www.oracle.com/technetwork/middleware/soasuite/downloads/index.html

under 11.1.1.5 you can select GENERIC version (3 would be listed microsoft windows 32 bit,linux,GENERIC)

You need to download both the Disks, Disk1 and Disk2

f)Jdeveloper 11.1.1.5
You can the jdeveloper from here
http://www.oracle.com/technetwork/developer-tools/jdev/downloads/archives-090457.html

Select the GENERIC version while downloading
g)SOA-JDEV extension 11.1.1.5
It could be downloaded from here
http://download-llnw.oracle.com/otn-pub/jdeveloper/11.1.1.5.0/extensions/soa-jdev-extension.zip

                                          Part B: Installation
1)Install XE database

Follow the instructions given below

http://aleemkhan09.blogspot.in/2012/08/installing-xe-database-for-oracle-soa.html

2)Install schemas using RCU
Steps are mentioned here

http://aleemkhan09.blogspot.in/2012/08/oracle-rcu-for-soa-suite-installation.html


3)Install weblogic

java -jar c:\Downloads\wls.jar


4)Install SOA and configure

check the following post
http://aleemkhan09.blogspot.in/2012/08/soa-11g-installation.html

5)Install Jdeveloper and configure

http://aleemkhan09.blogspot.in/2012/08/jdeveloper-installation.html

sample

sample