Howto Install Oracle on Debian

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

Howto use the Oracle Debian 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. Ubuntu Howto: Install Oracle
  2. Howto Install Sun Java on Debian Etch
  3. Ubuntu Howto: Install Sun Java
  4. Howto: Create your own Debian or Ubuntu package repository
  5. Howto: Install Ruby and Rails on Debian or Ubuntu
  6. Howto install Java on Debian Sarge
  7. Howto Install Fedora From a USB Flash Key Drive
  8. Howto install Sun Java on Debian Sarge
  9. Howto duplicate a debian setup
  10. Howto: Write Debian Package Descriptions

Popular Related Items »

4 Comments »

  1. University Update - Linux - Howto Install Oracle on Debian said,

    August 17, 2007 @ 18:59

    [...] YouTube Link to Article linux Howto Install Oracle on Debian » This excerpt is from an article posted at .bootstrap on Friday, August 17, 2007 Howto Install Oracle on Debian August 17, 2007 at 18:09 · Filed under Linux, Debian Installing Oracle on Debian is fairly easy, since Oracle has created a Debian repository, so it is possible Summary Provided by Technorati.comView Original Article » 10 Most Recent News Articles About Linux [...]

  2. Lance said,

    August 19, 2007 @ 17:34

    Great guide

  3. links for 2008-07-10 « /home/servrrockr said,

    July 11, 2008 @ 0:32

    [...] Howto Install Oracle on Debian (tags: oracle debian xe) « links for 2008-07-09 [...]

  4. Gaetano said,

    June 15, 2009 @ 10:21

    nice, but the latest update they made is for sid, no trace of debian 4/etch or 5/lenny packages…

RSS feed for comments on this post · TrackBack URI

Leave a Comment