Tag: Linux/Mac OS

8 December

In my previous posts I installed Debian as a virtual server and installed Oracle XE on it. In this post some minor improvements are being described. The first is to make use of a fixed IP address for the Debian instance (in my default setup I made use of DHCP to obtain an IP address). This is done in Debian by editing the file ‘/etc/network/interfaces’.
Continue reading…


7 December

In this post we will install Oracle XE on the virtual Debian server that we installed in part 1. This installation is described in detail on several sites. I started with the instruction from this site.
Continue reading…


6 December

Since a week I am the proud owner of a MacBook. Besides all new nice features and tools I was getting with the MacBook I knew there was (at least) one thing I would miss: Oracle XE installation for Mac OS. Since I use this XE a lot for research and development I had the workaround for this high on my list of things to do.
While setting up my workaround, I noticed there are already a lot of articles about this issue, but nevertheless I decided to post my solution, worst case it would only be for my own reference in future :-)
Like I said my goal was to setup a virtual server running Oracle XE so I could access the database from Mac OS. My most important goal was to keep the memory footprint as low as possible (and cheap as possible). So setting up a virtual server running Windows was not an option! I choose to use Debian Linux, it’s free and without the graphical user interface it has a very low memory footprint. The rest of this post I will describe how I set up Debian with Sun’s Virtual Box. In the next post I will describe how to install Oracle XE on the Debian server.
Continue reading…


28 September

As I stated a post ago I am not very familiair with the Linux operating system. I know some basic commands to browse the system and to perform some filesystem actions. Most of the time that is sufficient. Usually I do the development of the software on a Windows workstation and then deploy it to a J2EE container running on some version/distribution of Linux. However this time I had to perform some performance tests on our applications while it was running at a (virtual) Linux server (RedHat 4 distribution, to be more specific). Usually I am able to find someone else to do the Linux thing :-) but this time I had to do it myself.
Continue reading…