Friday, January 29, 2010

Installation of Oracle SOA Suite 10.1.3.1

Before Installing SOA Suite we must check the following

Install Oracle Database Installation of Oracle SOA Suite requires the availability of an Oracle database. This database must be up and running, and does not have to be on the same system where you are installing the products.
Memory Requirements Minimum physical memory 2GB and available memory 1GB
JDK 1.4 or 1.5 and set ORACLE_HOME and JAVA_HOME path

Create Schemas for Oracle SOA Suite

Oracle SOA Suite require that certain schemas exist in the database prior to installation (advanced)

Load ORABPEL,ORAESB,ORAWSM Schemas into Database

Navigate to \SOA Suite\install\soa_schemas\irca
set JAVA_HOME,ORACLE_HOME path in irca file

Run irca with following options

irca all|orabpel|oraesb|orawsm "db_host db_port db_service_name" sys_password -overwrite ORABPEL ORABPEL_PASSWD ORAESB ORAESB_PASSWD ORAWSM AWSM_PASSWD>

ex: irca all " localhost 1521 XE" welcome1 -overwrite ORABPEL oracle ORAESB oracle ORAWSM oracle

go to \SOA Suite\ setup and install

select Advance installation

specify Database configurations

username

Password
host:port
servicename


Enter Application Server Instance name,username,password:welcome1

Instance name : oc4j_soa and click install it will take some time for installation

No comments:

Post a Comment