Step by Step Install of Oracle 11g SOA/JDeveloper/Webcenter

Jdeveloper 11g version also includes SOA Suite (11g) & Webcenter (11g) . In this post we will cover part I of Step by Step Install of 11g SOA Suite or 11g Jdeveloper or 11g Webcenter Suite.

Download Software

i) Download Oracle 11g SOA/Jdeveloper/Webcenter software from here
–Windows Users download jdevstudio111.zip (Certief on windows XP, though works on other version as well)
–Linux/Others download jdevestuodiobase.zip

ii) Download Java (JDK 5) from here
No need if you are installing it on windows as JDK already included in jdevstudio111.zip
Once you install java (JDK 5) on linux it will be installed under /usr/java/jdk1.5.0_X

iii) Download Oracle Database from here 
— Oracle Database Enterprise Edition (10.2.0.2 & higher) or Express Edition (10.2.0.1) is supported with Oracle 11g Jdeveloper/SOA/Webcenter suite
— To download, install  Oracle 10.2.0.2 Enterprise Edition database click here

Installation Steps
1. Install Oracle Database Express Edition (XE) or Enterprise Edition (EE)
2. Install/Load SOA Schema
3. Install SOA or JDeveloper 

Install Database
Install Oracle Database Express Edition (XE) or Enterprise Edition (EE)  is already covered in above link (Use same method to install database EE 10.2.0.1 and upgarde it to 10.2.0.2)

Load/Install 11g SOA Schema
–Create directory (This will become ORACLE_HOME for 11g SOA Suite or Jdeveloper) like
mkdir -p /oracle/apps/jdev11g/apps

— Copy software jdevstudiobase1111.zip to above directory
— Unzip above zip file using unzip jdevstudiobase1111.zip
— Run below command from /directory_where_above_software_unzip / rcu/ integration/ soainfra/ sql
sqlplus sys/sys_password as sysdba
Create User adrs_soainfra using below script
 @createuser_soainfra_oracle_all.sql adrs_soainfra adrs_password SYSTEM TEMP 
(This step will create user adrs_soainfraunder system tablespace and grant necessary privileges)
— Create Schema using new user 
 @createschema_soainfra_oracle_all.sql adrs_soainfra

This finishes loading of SOA Suite schema in to database, in next post we’ll cover 11g JDeveloper + 11g SOA Suite + 11g Webcenter Suite

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

6 comments
waqasmadani says March 26, 2010

Please inform me about similar link but in Windows version….

This link teaches about Linux…

I want to take Windows Installation Steps…

Reply
Rupesh says July 28, 2010

Hi Atul,
I confused this post with the bellow one

http://onlineappsdba.com/index.php/2009/07/08/oracle-fusion-middleware-soa-suite-11g-r1-installation/

Both are same ?

Thanks
Rupesh

Reply
Atul Kumar says July 28, 2010

@ Rupesh,
Steps here are mainly for Jdeveloper (development framework) mainly targeted for developers

where as steps mentioned in http://onlineappsdba.com/index.php/2009/07/08/oracle-fusion-middleware-soa-suite-11g-r1-installation/ are for deployment (prod/non prod)

In Jdev there is single JVM to host all applications . Check part II of this and you will understand.

Think this as JDK & JRE (This is bad example but good enough to corelate)

Reply
Rupesh says July 28, 2010

Okay…got it. Thanks Atul.

-Rupesh

Reply
santosh hegde says October 13, 2010

HI!!!!!!!!! i am going to Install Oracle 11g R1 on Windows XP SP2 ……..

by Clicking Next. The installer will conduct a Product-Specific Prerequisite Check ……. In result i am getting..

checking network configuration requirements…. states gives “Warning”

and all other requirements succeeded ……….please solve this problem

Reply
Atul Kumar says October 14, 2010

@ Santosh,
Please ignore warning as I suppose this is because you are runnign DHCP.

Reply
Add Your Reply

Not found