Instalación de Oracle en Ubuntu es bastante fácil, ya que Oracle ha creado un repositorio de Debian y Ubuntu paquete, por lo que es posible descargar e instalar el software de base de datos Oracle usando apt-get y aptitude.
Agregar la linea siguiente a /etc/apt/sources.list
# Oracle Repository
deb http://oss.oracle.com/debian unstable main non-free
Actualizar el paquete de base de datos de repositorio con:
$ sudo apt-get update
Now you should be able to install the following Oracle software:
- libaio
- oracle-xe-client
- oracle-xe
- oracle-xe-universal
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 -