Soa Suite installation white paper is available for download here
Tag Archives: installation
Soa Suite 11gR1 (11.1.1.3.0) installation guide for Windows
The complete Soa suite installation guide is uploaded here
Complete fusion middleware documents are available at
http://download.oracle.com/docs/cd/E14571_01/index.htm
System requirements and specifications
Checklist
- Processor
- Operating System
- Disk Space
- Physical Memory
- Browser
- JDK
Complete requirments are available at
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-requirements-100147.html
Download the files
All software can be downloaded from the Fusion Middleware 11gR1 PS2 download page (also known as the FMW download page)
Installation procedure [RCU version 11.1.1.3]
- Oracle DB (OracleXE Univ)
- Weblogic Server 10.3
- Repository Creation Utility for DB schema 11.1.1.3
- Soa Suite 11.1.1.2
- Soa Suite patchset installer for 11.1.1.3
- Jdeveloper 11.1.1.3
- Soa Extension (Oracle SOA Composite Editor)
- Weblogic domain creation
If you face any problem in creating the DB schema using RCU 11.1.1.3 then please download the RCU 11.1.1.2 and follow this installation process. Also you will face some issues in creating the Weblogic db schema for soa_infra during weblogic domain creation
- Oracle DB (OracleXE Univ)
- Weblogic Server 10.3
- Repository Creation Utility for DB schema 11.1.1.2
- Soa Suite 11.1.1.2
- Jdeveloper 11.1.1.3
- Soa Extension (Oracle SOA Composite Editor)
- Weblogic domain creation (domain creation will fail for soa_infra stating a 11.1.1.3 version problem if you have used RCU 11.1.1.3)
Database
OraceXEUniv.exe http://download.oracle.com/otn/nt/oracle10g/xe/10201/OracleXEUniv.exe
WebLogic Server
wls1033_oepe111150_win32.exe
http://download.oracle.com/otn/nt/middleware/11g/wls1033_oepe111150_win32.exe
Repository Creation Utility
ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
Note:
If repository tool 11.1.1.3.3 is creating some kind of problem while creating DB schema then please use RCU of 11.1.1.2.1 [if you are using 11.1.1.2.1 then please refer to section X for the installation order]
ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip
SOA Suite & Patch
You have to have Soa Suite 11.1.1.2.0 installed in your system before installing the 11.1.1.3.0 patchset installer
ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip(includes BPM)
http://download.oracle.com/otn/nt/middleware/11g/ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip
JDeveloper
jdevstudio11113install.exe
http://download.oracle.com/otn/java/jdeveloper/11.1.1.3.0/jdevstudio11113install.exe
SOA Extension for JDeveloper
You can install the extensions directly from inside JDeveloper through the “Help -> Check for Updates” menu option which is the recommended way install extensions. If you can’t connect to the Internet from your JDeveloper, you can directly download JDeveloper extensions from this page, and point the Check for Updates wizard to the local file you have downloaded.
http://download.oracle.com/otn/java/jdeveloper/11.1.1.3.0/extensions/soa-jdev-extension.zip
Note: for other extensions please refer
http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml#oracle.sca.modeler
Setting up the database
Run the following commands to increase the process limits (Only for Oracle XE)
sqlplus sys/welcome1@XE as sysdba
SQL> show parameter session
SQL> show parameter processes
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=200 scope=spfile;
SQL> shutdown immediate
SQL> startup
SQL> show parameter session
SQL> show parameter processes
Weblogic Domain Creation
refer this link
Server URLS
The link for the Weblogic console
http://localhost:7001/console (login with weblogic/welcome1)
The link for the EM console
http://localhost:7001/em (login with weblogic/welcome1)
The link for the SOA worklist app
http://localhost:8001/integration/worklistapp
The link for B2B
The link for BAM (must use IE browser)
http://localhost:9001/OracleBAM
Starting the servers
Go to the domain directory and type startWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domain> startWebLogic.cmd
On the same command line press ctrl+c or goto the bin directory of the domain folder and type stopWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domai\bin> stopWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domain\bin> stopManagedWebLogic.cmd so_server1
Commands used to install XE for LINUX
Download the file from here
go to the installation folder of the rpm file
login as a root
root# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
to remove the previous installation use
root# rpm -e oracle-xe-univ-10.2.0.1-1.0.i386 root# /etc/init.d/oracle-xe configure
------------------------------------------------------------------------------ [root@indl144224 Desktop]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm Preparing... ########################################### [100%] 1:oracle-xe-univ ########################################### [100%] Executing Post-install steps... You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database. [root@indl144224 Desktop]# /etc/init.d/oracle-xe configure ------------------------------------------------------------------------------
user is prompted to configure http port, listener port, and the password for SYs and SYSTEM user
[its better to change to avoid any error in the future]
Oracle Database 10g Express Edition Configuration
------------------------------------------------- This will configure on-boot properties of Oracle Database 10g Express Edition. The following questions will determine whether the database should be starting upon system boot, the ports it will use, and the passwords that will be used for database accounts. Press <Enter> to accept the defaults. Ctrl-C will abort. Specify the HTTP port that will be used for Oracle Application Express [8080]:8081 Specify a port that will be used for the database listener [1521]:1522 Specify a password to be used for database accounts. Note that the same password will be used for SYS and SYSTEM. Oracle recommends the use of different passwords for each database account. This can be done after initial configuration: Confirm the password: Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:n Starting Oracle Net Listener...Done Configuring Database...Done Starting Oracle Database 10g Express Edition Instance...Done Installation Completed Successfully. To access the Database Home Page go to "http://127.0.0.1:8081/apex" ------------------------------------------------------------------------------
export $ORACLE_HOME and $ORACLE_SID
------------------------------------------------------------------------------ [root@indl144224 Desktop]# export ORACLE_HOME=/usr/lib/oracle/xe/ app/ oradata/ [root@indl144224 Desktop]# export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server [root@indl144224 Desktop]# export ORACLE_SID=XE [root@indl144224 Desktop]# cd /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/ ------------------------------------------------------------------------------
Check the tns lsitener status
------------------------------------------------------------------------------ [root@indl144224 bin]# ./lsnrctl LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 30-AUG-2010 17:53:57 Copyright (c) 1991, 2005, Oracle. All rights reserved. Welcome to LSNRCTL, type "help" for information. LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production Start Date 30-AUG-2010 17:40:21 Uptime 0 days 0 hr. 13 min. 39 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Default Service XE Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=indl144224.idc.oracle.com)(PORT=1522))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8081))(Presentation=HTTP)(Session=RAW)) Services Summary... Service "PLSExtProc" has 1 instance(s). Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... Service "XE" has 1 instance(s). Instance "XE", status READY, has 1 handler(s) for this service... Service "XEXDB" has 1 instance(s). Instance "XE", status READY, has 1 handler(s) for this service... Service "XE_XPT" has 1 instance(s). Instance "XE", status READY, has 1 handler(s) for this service... The command completed successfully LSNRCTL> exit