Ubuntu Howto: Install Oracle

Installing Oracle on Ubuntu is fairly easy, since Oracle has created a Debian and Ubuntu package repository, so it is possible to download and install the Oracle database software using apt-get and aptitude.

Howto use the Oracle Debian and Ubuntu Repository:

Add the following lines to the /etc/apt/sources.list

# Oracle Repository
deb http://oss.oracle.com/debian unstable main non-free

Update the package repository database with:

cc@ray:~$ sudo apt-get update

Now you should be able to install the following Oracle software:

  • libaio
  • oracle-xe-client
  • oracle-xe
  • oracle-xe-universal

Install the Oracle Express packages

sudo aptitude install oracle-xe oracle-xe-client

Configure using:

sudo /etc/init.d/oracle-xe configure

Access the nice Oracle web interface by pointing your Firefox to:

http://127.0.0.1:8080/apex

Updated:
The installation process might report that the Oracle packages are not gpg signed, but you should be able to install the packages anyway.

You can avoid this report by added the Oracle gpg-public key to your apt-key chain

wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -

Read more on Oracle and Debian and Ubuntu here

Related posts:

  1. Howto Install Oracle on Debian
  2. Ubuntu Howto: Install Sun Java
  3. Howto: Create your own Debian or Ubuntu package repository
  4. Howto Install Sun Java on Debian Etch
  5. Ubuntu Howto: Install Ruby and Ruby on Rails
  6. Howto: Install Windows Vista Fonts in Ubuntu
  7. Ubuntu Howto: Install Xen
  8. Ubuntu and Ruby
  9. Howto Install Fedora From a USB Flash Key Drive
  10. Fedora Howto: Install From Memory-stick

Popular Related Items »

4 Comments »

  1. University Update - Firefox - Ubuntu Howto: Install Oracle said,

    August 31, 2007 @ 18:56

    [...] YouTube Ubuntu Howto: Install Oracle » This Summary is from an article posted at .bootstrap on Friday, August 31, 2007 Ubuntu Howto: Install Oracle August 31, 2007 at 16:16 · Filed under News, Links, Linux, Open Source, Debian, … your Firefox to: http://127.0.0.1:8080/apex Updated: The installation process might report Summary Provided by Technorati.comView Original Article at .bootstrap » 10 Most Recent News Articles About Firefox [...]

  2. Martín said,

    August 28, 2008 @ 21:43

    Just a note: you can install only oracle-xe OR oracle-xe-universal. Not both. If you install oracle-xe and then you try to install oracle-xe-universal, apt will ask to remove oracle-xe.

    If you want to install Oracle to use with Spanish or other “special” languages (i.e. not English), use oracle-xe-universal.

  3. Install Oracle di ubuntu « cupid13 said,

    December 23, 2008 @ 8:25

    [...] : Referensi nya dari sini neeh Possibly related posts: (automatically generated)Update and Upgrade Ubuntu with Konsole Command [...]

  4. Tristan said,

    February 12, 2009 @ 9:08

    This doesn’t work on amd64. Is there any workaround?

RSS feed for comments on this post · TrackBack URI

Leave a Comment