SOA Suite 11g Installation Steps:
================================
Pre-Install:
------------
Download all the below softwares from oracle site with exact versions
OracleXE.exe
jdevstudio11113install.exe
ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip (or) ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip
Follow Steps in Order:
-------------------
1. Firstly, install the oracle xe database.
2. Login to the XE database and do the below tuning
go to sql command line editor and follow these steps before going to installation
connect system/(password)@XE as sysdba
SQL> show parameter session;
SQL> show parameter processes;
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=300 scope=spfile; ----(above 200)
SQL> shutdown immediate
--Restart The database and Check the session and processes are changed acc'ly or not!--
2. Now, extract the repository content util software to create Schemas for soa,owsm,bam,etc..
3. Install the JDev which contains the WLS 1033 as well; which will create the middleware
home for SOA.
4. Now Extract the ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip software and click on
setup icon.Then it will asks java home directory so go to jdk directory which is
already comes with the middleware home directory in second step.then setup will
start now.
5. If Setup doesnt started then go to install/win32 directory and again follow the
step 4 6. Upgrade the SOA suite install to the latest patch ofm_soa_generic_11
.1.1.3.0_disk1_1of1.zip so that, which can solve
many configurations issues.
Post-Install:
-------------
1. Creating Domain
- click on configuration Application Server window ( start/All Programs/Oracle SOASuite11g/
or go to the location %OracleMiddlewareHome%/oracle_soa1/common/bin/config.cmd
- click next
- In the select Domain Source Window put a mark to all products except oracle soa suite(jdeveloper)
- Now give the domain name then username and password (default : weblogic/welcome1)
-click next then u will see Configure JDBC Component Schema window
Put a tick mark to all the schemas
vendor:oracle
DBMS/Service:XE
Host name: localhost
port:1521
Schema Password:*****(created at the time of schema creation)
- then click next,once all the tests are successfully completed then click next
- dont put any tick marks in the next window and click create domain
Now start the Admin Server and then SOA and BAM with managed servers
To start Admin server
- go to %Middleware Home%\user_projects\domains\domain name click on startWebLogic.cmd
To start Managed servers
open command prompt and go to the directory %Middleware Home%/user_projects\domains\domain name\bin
enter the command
startManagedWebLogic.cmd soa_server1
similarly to start BAM server
startManagedWebLogic.cmd bam_server1
Verify all the below URLs to know your installation is done!
http://localhost:7001/
http://localhost:7001/em
http://localhost:7001/console
http://localhost:8001/integration/worklistapp
http://localhost:8001/soa-infra
If you are having any issues or any queries , Dont hesitate to contact me.
Happy SOA!!!
---------------------------------
Hi Murty,
ReplyDeleteI need one solution regarding installation of 11g.i was installed soa suite 11g as you mentioned in your blog still i am getting issue in starting soa managed server.when i am trying to start the soa server then server window disappearing.pls give me the solution asap...
Thanks in advance...