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:
- Ubuntu Howto: Install Oracle
- Howto Install Sun Java on Debian Etch
- Ubuntu Howto: Install Sun Java
- Howto: Create your own Debian or Ubuntu package repository
- Howto install Java on Debian Sarge
- Howto Install Fedora From a USB Flash Key Drive
- Howto install Sun Java on Debian Sarge
- Howto Install Ruby and Ruby on Rails on Debian Etch 4.0
- Howto duplicate a debian setup
- Howto PHP / Java bridge on Debian
Popular Related Items »
- oracle debian
- debian oracle
- oracle on debian
- oracle client debian
- oracle debian lenny
- install oracle debian
- install oracle on debian
- debian oracle client
- oracle debian install
- debian oracle install
- debian lenny oracle
- oracle install debian
- oracle lenny
- oracle for debian
- oracle debian repository
- installing oracle on debian
- how to install oracle on debian
- oracle 10g debian lenny
- install oracle client debian
- debian install oracle
- lenny oracle
- oracle xe debian lenny
- install oracle client on debian
- oracle en debian
- instalar oracle debian
- oracle debian installation
- oracle debian howto
- oracle xe lenny
- installing oracle debian
- oracle installation debian
- debian lenny oracle xe
- installation oracle debian
- install oracle debian lenny
- debian oracle client install
- install oracle xe debian
- oracle on debian lenny
- debian lenny oracle client
- debian oracle installation
- oracle debian package
- install oracle lenny
- debian oracle howto
- oracle xe debian
- install oracle 10g on debian lenny
- oracle on lenny
- lenny oracle client

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 [...]
Lance said,
August 19, 2007 @ 17:34
Great guide
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 [...]
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…