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:
========================
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.
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.
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
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.