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 Ruby and Rails on Debian or Ubuntu
- Howto install Java on Debian Sarge
- Howto Install Fedora From a USB Flash Key Drive
- Howto install Sun Java on Debian Sarge
- Howto duplicate a debian setup
- Howto: Write Debian Package Descriptions
Popular Related Items »
Incoming search terms
- oracle debian
- debian oracle
- oracle on debian
- oracle client debian
- oracle debian lenny
- install oracle debian
- debian oracle client
- install oracle on debian
- oracle debian install
- debian oracle install
- debian lenny oracle
- oracle debian repository
- oracle install debian
- debian install oracle
- oracle lenny
- oracle for debian
- oracle 10g debian lenny
- installing oracle on debian
- how to install oracle on debian
- lenny oracle
- install oracle client debian
- oracle en debian
- oracle xe debian lenny
- instalar oracle debian
- oracle installation debian
- oracle xe lenny
- install oracle debian lenny
- install oracle client on debian
- installing oracle debian
- oracle debian installation
- install oracle xe debian
- oracle debian package
- debian oracle installation
- oracle debian howto
- oracle on debian lenny
- debian lenny oracle xe
- debian oracle client install
- installation oracle debian
- debian lenny oracle 10g
- debian lenny oracle client
- installer oracle debian
- install oracle lenny
- debian oracle howto
- debian install oracle client
- oracle xe debian

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…