Installing SOA 12c in Ubuntu
Most of the realtime environments would be on Unix or Linux environments. Just I wish to try all the pains and issues to see while learning this. Installing SOA 12c quick start on Xubuntu 14 Before we install the SOA we need to have the efficient System setup. 40GB hard disk, create 'wladmin' as a Unix user where we can perform installation. Step 1. Install Oracle JDK Default JDK is not available in XUbuntu. Oracle JDK latest version can be downloaded and installed from the Ubuntu repository. Make sure that your internet work on the system where you wish to install. Here I am using a Oracle VirtualBox guest as Xubuntu, enabled NAT network adapter to have internet on my system. You can use the below commands to install JDK-7 for WebLogic 12c installation this will work for regular Ubuntu and also for XUbuntu. sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer confirm the java version root@w...