Sunday, September 18, 2011

Installing Oracle 10g XE on Ubuntu 10.10

Found myself needing to install oracle 10g xe on Ubuntu 10.10.

add-apt-repository "deb http://oss.oracle.com/debian unstable main non-free"
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle  -O- | sudo apt-key add -
apt-get install oracle-xe-universal
/etc/init.d/oracle-xe configure
/etc/init.d/oracle-xe enable

I hope you found the post useful. You can subscribe via email or subscribe via a feed reader to get relevant updates from this blog. Have a nice day.