Report this

What is the reason for this report?

How can i install Oracle 11g

Posted on August 5, 2014

I would like to create a development environment for my team and I would like to have a Oracle 11G installed as the back end for each of the services. I have not come across any litrature pointing to an Oracle install, could you please let me know if this has been done? If so which OS did you use? Oracle has their own Unix like OS which is free. Is there a instance image which we could use?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

We don’t offer an image with Oracle’s Linux distro, and unfortunately the only officially supported distros for Oracle 11g are Oracle Linux, Red Hat Enterprise Linux and SUSE Enterprise Linux. Though Oracle Linux is a RHEL clone and so is CentOS. So using one of the CentOS images will probably be your best bet. In fact they are so closely related that Oracle offers a script that will “turn” a CentOS 6 installation into an Oracle one.

curl -O https://linux.oracle.com/switch/centos2ol.sh 
sh centos2ol.sh

After you’ve run that script on a CentOS 6.5 droplet, you should be able to install Oracle 11g with:

yum install oracle-rdbms-server-11gR2-preinstall

This comment has been deleted

As an update, centos2ol script has now its dedicated GitHub repository: https://github.com/oracle/centos2ol

And instead of sh, make sure to use sudo bash centos2ol.sh after curling the script

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.