No Oracle Database 11g for Mac!
January 8, 2014 9:44 PM   Subscribe

Need a cloud-based Windows virtual environment, preferably free. Recommendations? Other suggestions? Let me have it!

So I'm taking a class in app development in Oracle for e-business, and while we will be using APEX for many of our assignments, some work has to be done in Oracle SQL Developer and Oracle Database 11g. The professor wants us to use XE, as opposed to Enterprise.

Trouble is, I've got a MacAir, and really don't want to haul my ancient Vista laptop out, update it, and lug its 10lb ass around for this class.

I don't have (at the moment) any of my own Windows ISOs to boot camp or create my own VM, I just want to find one in the cloud that I can use for ten weeks.
Any and all help, ideas or suggestions welcome!
posted by ApathyGirl to Computers & Internet (10 answers total) 2 users marked this as a favorite
 
You could use a free amazon ec2 windows server:

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/LaunchingAndUsingInstancesWindows.html
posted by meta87 at 10:07 PM on January 8, 2014 [2 favorites]


Does it need to be Windows? Perhaps run Virtual Box and install some flavor of Linux (download and install an ISO of, say, Ubuntu Server) to run Oracle Database 11g for Linux.
posted by Blazecock Pileon at 11:04 PM on January 8, 2014


Response by poster: While Linux is a perfectly cromulent option, I have no idea how to install it, use it or work within it, and I feel like that would ramp the difficulty level way up. I need it to be on familiar ground.
posted by ApathyGirl at 11:33 PM on January 8, 2014 [1 favorite]


Maybe you can buy a Windows Product Key from your campus bookstore (unless you already have one), and you can download a Windows installation ISO from Microsoft. Once you have the ISO, you can install it in Virtual Box (skip step 2, since you would have an ISO).
posted by Blazecock Pileon at 12:36 AM on January 9, 2014


You can download a Virtual Box image with Linux and Oracle preinstalled/configured from LDS Tech. It works great on my mac and was the best option for me. You can then install SQL Developer on your macbook and connect to the server on the Virtualbox. So you don't have to work in Linux all the time, it's just the server running on a Linux VM.
posted by blub at 1:02 AM on January 9, 2014


Honestly, if you're going to be working with computers for a living, you need to learn linux eventually, especially with anything DB related. You'll spend 90% of your time in the command line anyway. Most vm based linux installations are basically idiot-proof.
posted by empath at 4:05 AM on January 9, 2014 [1 favorite]


Seconding what empath said. Also, just about anything you learn about the command-line in Linux will work on the Mac. Learning your way around the UNIX command line is a must for any developer, especially one working on the Mac.
posted by ill3 at 6:09 AM on January 9, 2014


Mod note: Okay, folks, OP has heard the Linux recommendation now, so let's get back to the original question, please.
posted by taz (staff) at 6:16 AM on January 9, 2014 [1 favorite]


Would the Vista machine work at least well enough to get Oracle up and running on it? Both VMWare Fusion and Parallels have the capability to do a physical-to-virtual conversion - you put a helper app sort of deal on the Windows system and it does whatever magic is required to convert it into a VM that you can then run on your Mac. (Fusion comes with it but Parallels Desktop does not; there's a separate Transporter app that does it there.)

Alternatively, if you've got an Internet connection that thing can sit on, you can also do something like LogMeIn or something similar to use the machine remotely. I've used the free tier of LogMeIn and it works pretty well, even over slower connections (which you probably have, at least for upload, for a home Internet connection). It'll also allow you to power the system on too but you should test that before relying on it; I don't know how that actually works.

Another option: Amazon RDS is essentially EC2 for databases, and they support Oracle. No express edition, though, just standard (and enterprise if you have a license). There's a free tier for that too so you could potentially look at that as well?

Yet another option (definitely not free but not horribly expensive): get a Windows VPS from somewhere. This can be Amazon EC2 as well if you want, though it might be kinda pricy to spin up one that'd be usable for Oracle maybe. I have a Windows VPS through SoftSys and it works pretty well. I can remote desktop into it and all that. Not free, of course, but it'd run you about $60 for the Eco2 one there through the course. There's a bunch of VPS providers out there too so you might be able to find one cheaper (especially if you don't care about the data on it or anything).
posted by mrg at 7:39 AM on January 9, 2014


I would recommend using one of the Linux prepackaged VMs, but if you must use windows, 180-day trial ISO images are available, and you could create a VM with it. Here's one for Server 2008 R2:

http://www.microsoft.com/en-us/download/details.aspx?id=11093
posted by Calloused_Foot at 2:45 PM on January 9, 2014


« Older Mentally unstable sister, I fear for her young...   |   What short story did I read in SF&F? Newer »
This thread is closed to new comments.