SOA 11.1.1.7.0 Silent mode installation - without GUI
This post is continue series of learning SOA 11g Suite installation in non-GUI platform. We have completed the following: Install and Run RCU on Vagrant Ubuntu Oracle XE [Done!] Installation of JDK (JRockit) on Vagrant Ubuntu [Done!] Install WebLogic 10.3.6.0 on Vagrant Ubuntu [Done!] Install Oracle SOA Suite 11g on Vagrant Ubuntu [current post] Configure SOA Domain [Next Post] Prerequisites for SOA 11g installation: Memory - 4G [above is fine] Temp space > 150 MB Swap space > 512 MB Installation of Oracle SOA Suite 11g 1) Copy the Oracle SOA Suite 11g files into a directory ofm_soa_generic_11.1.1.7.0_disk1_1of2.zip ofm_soa_generic_11.1.1.7.0_disk1_2of2.zip 2) Create directory called silent and inside of it create a file name it as "oraInst.loc" file vi oraInst.loc file inventory_loc=/home/vagrant/ora Inventoryinst_group=vagrant Lets create a reusable shell script, you might suggest more options to give better performing automati...