You are on page 1of 3

SOA & OSB [SOA :SERVICE ORIENTED ARCHITECTURE

INSTALLATION &
OSB: ORACALE
DOC SERVICE BUS]

MY COMPUTER (RIGHT CLICK) __PROPERTIES (CLICK)


Advanced system setting (click)
Environmentvariable (click)
Variablename: RCU_JDBC_TRIM_BLOCKS
Variable value: TRUE (ok)

1. Install JDK
Extract According to your operating system 32(bit) or 64
No need to choose any option press next, next.... finish.

2.Install Oracle XE Database

Extract OracleXE112_Win32 to OracleXE112_Win32 folder


After extraction go to disk1-->setup
Press next..Next.. if its prompts for password give WELCOME1
Press ok for any popup.
finish

3. Afterinstalling DB, if it is XE version then.


GotoStartmenu->Allprograms-> OracleDatabase11g ExpressEdition -> Run SQl
Command line.
Execute the below scripts one by one in sql prompt.
Conn sys/manager as sysdba
alter system set processes=1000 scope=spfile;
alter system set sga_target=350M scope=spfile;
alter system set sga_max_size=350M scope=spfile;
shutdown
startup

4. Install RCU.
1.extract ofm_rcu_win_11.1.1.6.0_disk1_1of1 to ofm_rcu_win_11.1.1.6.0_disk1_1of1
folder
Drag rcuhome in c drive
2. goto ofm_rcu_win_11.1.1.6.0_disk1_1of1 ->rcuHome-> BIN
3. right click on rcu.bat select run as administrator.
4. clicknext,next.
5. Provide following details.
Hostname :localhost
port
:1521
Service Name :xe
username
:sys
password
:welcome1
Click next, ignore the prompt and press ok.
In the next screen select Soa and BPM infrastructure check box. press next and ok.
Provide the db password as manager.next, next press ok for the prompt.
Press Create.
Close.

5. After installing RCU execute the below scripts one by one in


sqlprompt:
Conn sys/manager as sysdba
Grant select on sys.dba_pending_transactions to dev_soainfra;
Grant force any transaction to dev_soainfra;

SOA & OSB [SOA :SERVICE ORIENTED ARCHITECTURE


INSTALLATION &
OSB: ORACALE
DOC SERVICE BUS]

shutdown;
startup;

6. Install oepe-wls-indigo-Server :
Double click on wls11.1.1.8.0.2011_generic.jar
Wait until it loads since it would take some time to load.
Select radio button---create a new middleware home C:\Oracle\Middleware and
press next
Uncheck the checkbox available. Press yes for any prompts.
Press next, next.. Uncheck run quick start and press done.

7. Install Soa Server:


Extratwinzip folder of (ofm_soa_generic_11.1.1.6.0_disk1_1of2 and
ofm_soa_generic_11.1.1.6.0_disk1_2 of 2).
Copy all the disk(disk1,2,3,4&5) in to a New(New=any name)folder.
Then goto disk1->install->win32 and double click on setup.
Inthe next black screen provide the jdk path it seems to be C:\Program
Files\Java\jdk1.7.0_01\jreenter.
One wizard will be loaded, press next, and select "skip software updates" and
next.
Press next.....installs.
Check This program installed correctly

8.Installosb:
Extract ofm_osb_geniric.win
Then go to disk1->install->win32 and double click on setup.
In the next black screen provide the jdk path it seems to be C:\Program
Files\Java\jdk1.7.0_01\jre enter.
One wizard will be loaded, press next, and select "skip software updates" and
next.
Press next.....installs.
Check This program installed correctly

9. Configure the domain (Creation of Server) :


Goto all programs Oracle, middleware, wlserver_10.3, common,bin,config(66kb)
.configuration wizard. NextNextunchekc box: 3 6 7 9 10 12(select the check
boxes)
Next
Provide the domain Name as base_domain and press enter.
Provide the password and confirm password as welcome1, next,next
Check the 6 boxes
provide the following details
service
: xe
host name
: localhost
port
: 1521
schema password
:welcome1
Vendor
:Oracle
Press next which will test the connection to the schemas if all are success press
next..next.. Create.
Check mark on Start Server,Done.

SOA & OSB [SOA :SERVICE ORIENTED ARCHITECTURE


INSTALLATION &
OSB: ORACALE
DOC SERVICE BUS]
10. Jdeveloper :
Ddouble click on jdevstudio11116install, wait for some time which will take more
time
Select create new middleware home, provide the following path :
C:\Jdeveloper\Oracle\Middleware
The above path will be appear, add JDevelper as shown in below

C:\Jdeveloper\Oracle\Middleware \JDeveloper
Next, next. And next...Uncheck run

Quick start, done.

12. StartJdeveloper:
Go tostart menu-> type Jdev in search box then click one Jdeveloper11.1.1.7.
SelectDefault Role click ok.
All Select ok (or) close all the popup
Apply Soa Patches
Goto help->checkfor updates.
Next,cancel the popup,
Selectselect radio button(install from local file), browse your soaJdevExtention.zip
next finish.
Restart your Jdeveloper to apply the changes.

13.Then start the server :


Go to C:\Oracle\Middleware\user_projects\domains\base_domain\bin\
right click on startWebLogic.cmd and select send to -> desktop(create shortcut)
Go to desktop and double click on startWebLogic short click, then your server will
start.

14. After the server entered into Running Mode, open


http://localhost:7001/em in browser
provide the username/password as web logic/welcome1.
continue
If There is a Soa folder displays then your installation is success.
Connection to the Remote Server.
Type drivers in Run.
gotoetc and copy hosts file into Desktop.
add following line into this file.
49.204.41.199 soabpm-vm
4. save it copy from the desktop and replacein etc folder.

You might also like