Introduction
With the current trend of having 64 bit as the new desktop standard, then you would most likely come into a situation where you have a hard time deciding what OS to buy that can support your software development tasks, while not being left behind. That OS selection decision is made simpler by the advent of Virtualization wherein you can have multiple OS on a single hardware machine.In this series, I will share with you how I was able to set-up and run Oracle SOA Suite on my Windows 7 Professional 64 bit OS through Oracle VM VirtualBox.
This is Part IV of the following series:
- Setting-up Oracle Enterprise Linux on Oracle VM VirtualBox 3.2.4
- Installing Java 1.6 on Oracle Enterprise Linux
- Installing Weblogic 10.3.3 on Oracle Enterprise Linux
- Installing Oracle SOA Suite 11.1.1.3 on Oracle Enterprise Linux
- Configuring a New Oracle SOA Domain on Oracle Enterprise Linux
Prerequisites
- Installed Oracle VM VirtualBox.
- Installed Oracle Enterprise Linux (OEL) on VirtualBox as described in the Part I of this series.
- Installed Java 1.6.0_20 on OEL as described in Part II of this series.
- Installed WebLogic 10.3.3 as described in Part III of this series.
Enabling a regular user to enter "sudo" command
Login as a regular user(in my case "pino").Open a new Terminal window.
Enter "su" to login as root.
Enter password for root.
Installation Steps for Oracle SOA 11g PS1
Put the unzip version of the Oracle SOA 11.1.1.2 installer in the installer folder we created in the Part III of this series (in my case "/home/pino/installers").Browse the Disk1 folder of the installer.
Right click inside the Disk1 directory and select "Open in Terminal".
Installation Steps for Oracle SOA 11g PS2
Put the unzip version of Oracle SOA 11.1.1.3 Patchset installer into the installer directory we created in Part III of this series.Browse the Desk1 folder of the installer.
Right click and then select "Open in Terminal".
Thanks for the installation steps.I have a Question. I installed JRockit 27.5 and then WLS 10.3.3, I got an error while installing SOA 11.1.1.3 as it does not support JRockit 27.5. So I installed jrmc -4.0.1-1.6.0 and then installed SOA Suite 11.1.1.2 & 11.1.1.3.Finally,
ReplyDeleteI created SOA Domain by choosing jrmc -4.0.1-1.6.0
But WLS 10.3.3 points to JRockit 27.5, I want WLS to point to JRMC(supported one). What files do I need to change without UN INSTALLING. I saw commEnv.sh (in MW_HOME/wlserver_10.3/common/bin) has JAVA_HOME. Any other changes I need to do?
Thanks
Kumar
Hi Pino,
ReplyDeleteI am facing a weired problem , I am using the file adapter to write a file to local file system and a cron job picks( runs on a windows env) the file for further processing .
My problem is the file is written with the following permissions
-rw-r----- 1 oracle dba 20 Nov 22 11:41 lpprod_osc_1223456.req
and the cron job is not able to pick the file as the file has no read permission for others .
could you please let me know how to change this so that the file permission is like below
-rwxr-xr-x 1 oracle dba 20 Nov 22 11:41 lpprod_osc_1223456.req
or
-rwxr--r-- 1 oracle dba 20 Nov 22 11:41 lpprod_osc_1223456.req
i wonder if is this a problem related to installation .
Rgds
Vamsi