A couple of weeks ago I finally got a new laptop at work – which meant of course that I had to reinstall everything. Although we use Windows XP, there’s one app that I have to run through Linux. The solution was Sun’s VirtualBox running Ubuntu 9.04. When I tried to run the app, I realized that I still needed to install DBI and DBD::Oracle – which brings me to this article. Nothing better than a reinstall to generate article material
DBD::Oracle is usually a pain to install if you haven’t already done it a gazillion times. After that, it’s just an annoying itch. In this article I’ll cover installing DBD::Oracle using Oracle Instant Client, Ubuntu 9.04, and Perl 5.10. Since we’re using the Instant Client, you’ll need some Oracle DB you can connect to in order to do the testing. You can choose to skip testing altogether, but you might be into a surprise later. Continue reading