Monday, 29 August 2011

Installation Procedure for 11G 11.1.1.5.0 in Linux (64-bit)


 Installation with VNC in Linux is very much similar to Windows.

Note: you have to enter your Single Sign-On user name and password to download the soft wares from Oracle. Generic version will support for both window and Linux at 32 &64-bit operating systems.

URL to download the SOA Suite 11.1.1.5.0:
===================================

              1.      ofm_rcu_linux_11.1.1.5.0_disk1_1of1.zip
         2.      wls1035_generic 
         3.      ofm_osb_generic_11.1.1.5.0_disk1_1of1
         4.      ofm_soa_generic_11.1.1.5.0_disk1_1of2 
                ofm_soa_generic_11.1.1.5.0_disk1_2of2

URL to download the JDK 1.6:
========================


       5.       jdk-16.0_26-fcs.x86_64.rpm

Run the rpm –ivh jdk-1.6.0_26-fcs.x86_64.rpm then it will install in the machine (in my case the path is /usr/java/jdk1.6.0_26). Then set the class path in bash_profile with $PATH= /usr/java/jdk1.6.0_26/.

Repository creation Utility installation
===============================
ofm_rcu_linux_11.1.1.5.0_disk1_1of1.zip

Before install the RCU needs to increase the session, processes and open_cursors. in my case I follow the few below steps in the Database.

SQL> connect sys/welcome1@xe as sysdba
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=500 scope=spfile;
SQL> alter system set open_cursors=500 scope=spfile;
SQL> shutdown immediate

After shutdown completes, then Start Database from Start Menu>Oracle Database 10G Express Edition> Start Database.

Then, unzip the above files and navigate to the directory into ofm_rcu_linux_11.1.1.5.0_disk1_1of1/rcuHome/bin folder then run the ./rcu command and then The Create Repository screen appears.

Weblogic installation
=================
wls1035_generic

It needs to use java -d64 -Xmx1024m -jar wls1035_generic.jar command to install the weblogic. Then it asks for the JDK path while installing.

OSB Version to be installed
======================
ofm_osb_generic_11.1.1.5.0_disk1_1of1

Unzip the above files and navigate to the directory into ofm_osb_generic_11.1.1.5.0_disk1_1of1\Disk1 folder then run the ./runInstaller command and then it asks for the JDK path while installing.

SOA Version to be installed
=======================
ofm_soa_generic_11.1.1.5.0_disk1_1of2
ofm_soa_generic_11.1.1.5.0_disk1_2of2

Unzip the above files and navigate to the directory into ofm_soa_generic_11.1.1.5.0_disk1_1of2\Disk1 folder and run the ./runInstaller command and then it asks for the JDK path while installing.

Weblogic domain
==============
Navigate to the directory into /home/oracle/Oracle/Middleware/wlserver_10.3/common/bin and run the ./config.sh then the graphical screen appears to create the domain.

Tuesday, 23 August 2011

Installation Procedure for 11G (11.1.1.5.0) with OSB in windows 7 (64-bit)

Note: you have to enter your Single Sign-On user name and password to download the soft wares from Oracle. Generic version will support for both window and Linux at 32 &64-bit operating systems.

URL to download the SOA Suite 11.1.1.5.0:


1.      OracleXEUniv
       2.      ofm_rcu_win_11.1.1.5.0_disk1_1of1
      3.      wls1035_generic
4.      ofm_osb_generic_11.1.1.5.0_disk1_1of1
5.      ofm_soa_generic_11.1.1.5.0_disk1_1of2
              ofm_soa_generic_11.1.1.5.0_disk1_2of2

URL to download the JDK 1.6:


1.      jdk-6u26-windows-x64

Oracle 10g Express installation:

OracleXEUniv

Note: password=welcome1 is same everywhere

After the installation to 10g express run the following scripts 

SQL> connect sys/welcome1@xe as sysdba
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=500 scope=spfile;
SQL> alter system set open_cursors=500 scope=spfile;
SQL> shutdown immediate

After shutdown completes, then Start Database from Start Menu>Oracle Database 10G Express Edition> Start Database

Repository creation Utility installation:

ofm_rcu_win_11.1.1.5.0_disk1_1of1

Before running RCU, need to set the RCU_JDBC_TRIM_BLOCKS environment variable to TRUE.

RCU needs the database details to initiate the installation process.

JDK 1.6 installation:

jdk-6u26-windows-x64

After the installation, JDK path will be like C:\Program Files\Java \jdk1.6.0_26. You have to mention the JDK path to initiate the installation process for ofm_soa_generic, ofm_osb_generic and wls1035_generic.

Weblogic installation:

wls1035_generic

OEPE will not come with wls1035_generic. After install the weblogic, copy the jrockit_160_24_D1.1.2-4 & oepe_11gR1PS4 into middleware home (in my case C:\Oracle\Middleware) to get the OEPE for OSB implementation. These folders available at our local Software’s repository or those will achieve with 32 bit weblogic 11.1.1.5.0 installation.

OSB Version to be installed:

ofm_osb_generic_11.1.1.5.0_disk1_1of1

 It needs the JDK path at the time of installation. Give the OEPE home in the OSB installation that is (C:\Oracle\Middleware\oepe_11gR1PS4 as in my case)

SOA Version to be installed:

ofm_soa_generic_11.1.1.5.0_disk1_1of2
ofm_soa_generic_11.1.1.5.0_disk1_2of2

It needs the JDK path at the time of installation.

Jdeveloper 11g to be installed:

jdevstudio11115install.jar

After install the JDeveloper, Choose Help > Check to achieve SOA Extension. In the Update Wizard, select Search Update Centers and ensure the first and second options are checked. Then ensure that Oracle SOA Composite Editor is checked.

Domain to be created:

From the Start menu select Programs -> Oracle WebLogic -> webLogic server 11gR1 -> Tools -> click on Configuration Wizard.  

From the first screen, select create a new WebLogic domain and then click next. then

Select Domain source for both BPEL & OSB and then click next.

Specify the domain name and location if you want otherwise keep default and then click next.