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

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…