Update from April 2014: This post has been superseded by this post: Oracle Database 12c on Oracle Linux 6
This is Step 1 in my 13 step process for creating an Oracle Education classroom environment using VirtualBox.
I used Oracle VirtualBox to create my classroom environment for a few reasons:
- VirtualBox is simple to install.
- VirtualBox allowed me to create an environment that closely matched the Oracle Education training material. I could basically ignore the physical machines that I was using.
- Snapshots created before each lesson would allow the students to quickly move backwards or forwards should they miss a lab or make a mistake with their environment.
- It was really easy to copy the created virtual machine to my student’s machines.
This post is mostly here for a completeness standpoint as installing VirtualBox is really straight forward. Also note that while the version below is 4.1.16 at the time this was written, you should grab whatever the current version is from the site when you complete this step.
- Open VirtualBox.org in a browser and click on the Downloads link in the left menu.
- Click the x86/amd64link next to the VirtualBox for Windows hosts bullet.
- Click Save File.
- Double click the fileyou just downloaded. I used Firefox to download the file, so I can just double click the file from the Downloads window.
- Depending on your security settings, Windows may ask you what you want to do with the file. Click Run.
- Click Next.
- Click Next.
- Click Next.
- Click Yes.
- Click Install. Depending on your security settings, Windows User Account Control may ask if you want to allow the program to make changes to your computer, click Yes if it does.
- Uncheck the Start Oracle VM VirtualBox after installation checkbox and click Finish.
- If the Program Compatibility Assistant pops up, click This program works correctly.
- Back in the browser, click on the All platforms link next to the VirtualBox Extension Pack bullet.
- Click OKto open the extension pack with VirtualBox.
- Click Install. (Note the image below has Upgrade instead of Install because of a previous installation).
- Scroll down to the bottom of the license agreement and click I Agree. If Windows User Account Control asks you if you want to allow the following program to make changes to this computer, click Yes.
- Click OK.
As I mentioned at the beginning, installing Oracle VirtualBox is pretty straight forward. You can leave VirtualBox open for now as we’ll soon be using it create our virtual machine.
But first we have to download an Oracle Linux ISO to use as our boot media. To learn how to do that, go to Step 2 of my 13 step process for creating an Oracle Education classroom environment using VirtualBox.
You can now proceed to the next step in the process, How to get the Oracle Linux ISO from Oracle’s Software Delivery Cloud.