Install Oracle XE on Ubuntu
Steps to install Oracle Express Edition (XE) database 10g on Ubuntu 11.10 (Oneiric).
- Download the Oracle XE deb package (free registration is required).
- Double click the downloaded file and select to install it.
- In terminal run
sudo /etc/init.d/oracle-xe configure
. - You will be prompted to enter the following parameters: HTTP port number, database listener port number, SYSTEM and SYS database accounts password and whether the service should be started upon boot.
- Thereafter the configuration might take a few minutes. That’s it. To start the service in the future run
sudo /etc/init.d/oracle-xe start
and to stopsudo /etc/init.d/oracle-xe stop
.
Leave a comment
| Trackback