Tag Archives: VirtualBox

Oracle Database 12c on Oracle Linux 6 – Step 1: Download and Install Oracle VirtualBox and Oracle VirtualBox Extension Pack

Part of this series of posts: Oracle Database 12c on Oracle Linux 6

Step 1 tends to change a bit between versions of VirtualBox. While the basic steps are pretty close, when the Windows UAC popups appear and some of the dialog boxes change a bit. Basically we’re going to download the software and walk through the wizards clicking next and then download the extension pack. Below is the latest install that I did.

Image

Open Firefox and go to http://virtualbox.org.

Image

Click the Downloads link.

Image

Click the x86/amd64 link.

Image

Click Save File.

Image

Open Windows Explorer and navigate to your Downloads directory and double-click the file you just downloaded. Note that it’s OK if the version number is different.

Image

Click Run.

Image

Click Next.

Click Next.

Image

Click Next.

Image

Click Yes.

Image

Click Install. At this point I got a Windows UAC popup which I accepted. Depending on your settings you may or may not get one.

Image

Check Always trust software from “Oracle Corporation”, and click Install.

Image

Uncheck the Start Oracle VM VirtualBox 4.3.4 after installation and click Finish.

Image

Back in your browser, click the All supported platforms link for the Extension Pack.

Image

Click OK.

Accept the warning if it appears.

Image

Click Install.

Image

Scroll down to the bottom of the license agreement and click I Agree. I got a Windows UAC popup which I accepted.

Image

Click OK.

You’re done with the Oracle VM VirtualBox installation.

Oracle Database 12c on Oracle Linux 6 – Assumptions <- Previous Post – Next Post > Oracle Database 12c on Oracle Linux 6 – Step 2: Download the Oracle Linux 6.4 iso

Advertisement

Installing Oracle VirtualBox on Windows 7

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.

  1. Open VirtualBox.org in a browser and click on the Downloads link in the left menu.

    VirtualBox.org Home Page

    VirtualBox.org Home Page

  2. Click the x86/amd64link next to the VirtualBox for Windows hosts bullet.

    Windows Download

    Windows Download

  3. Click Save File.

    Save File

    Save File

  4. 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.

    Doubleclick file in downloads window

    Double click file in downloads window

  5. Depending on your security settings, Windows may ask you what you want to do with the file. Click Run.

    Run the file

    Run the file

  6. Click Next.

    Welcome Screen, click Next

    Welcome Screen, click Next

  7. Click Next.

    Custom Setup, click Next

    Custom Setup, click Next

  8. Click Next.

    Create Shortcuts, click Next

    Create Shortcuts, click Next

  9. Click Yes.

    Network Interfaces, click Yes

    Network Interfaces, click Yes

  10. 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.

    click Install

    Click Install

  11. Uncheck the Start Oracle VM VirtualBox after installation checkbox and click Finish.

    Click Finish

    Click Finish

  12. If the Program Compatibility Assistant pops up, click This program works correctly.

    Program Compatibility Assistant, click This program works correctly

    Program Compatibility Assistant, click This program works correctly

  13. Back in the browser, click on the All platforms link next to the VirtualBox Extension Pack bullet.

    Extension Pack link

    Extension Pack link

  14. Click OKto open the extension pack with VirtualBox.

    Open Extension Pack, click OK

    Open Extension Pack, click OK

  15. Click Install. (Note the image below has Upgrade instead of Install because of a previous installation).

    VBox Question, click Upgrade

    VBox Question, click Install

  16. 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.

    License Agreement, click I Agree

    License Agreement, click I Agree

  17. Click OK.

    Click OK

    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.