By DanielH
I have a project for students who want to learn PL/SQL,and I want to make some site which will work like “codecademy” which takes some PL/SQL code,compiles it and checks if the answer is right or wrong. Now I have installed CentOS 6.5 and I want to install OracleDB for running PL/SQL scripts on it, could you please help me with it?
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!
Officially OracleDB is only supported on Oracle Linux, Red Hat Enterprise Linux, and SUSE Enterprise Linux. Though Oracle Linux, like CentOS, is based on RHEL. 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 OracleDB 11g with:
yum install oracle-rdbms-server-11gR2-preinstall
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.