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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.