Installing Oracle 10g on Ubuntu is an easy task bcz Oracle has created a Debian and Ubuntu package repositories. so we can install it using apt-get and aptitude.
Step 1:
Add the following lines to the /etc/apt/sources.list
# Oracle Repository
deb http://oss.oracle.com/debian unstable main non-free
Step 2:
import the key
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
Step 3:
Update the package repository database by using the following command:
sudo apt-get update
Step 4:
Install the Oracle Express packages:
sudo aptitude install oracle-xe oracle-xe-client
Step 5:
Configure the oracle as per ur need
sudo /etc/init.d/oracle-xe configure
Step 6:
Access the nice Oracle web interface by:
http://127.0.0.1:8080/apex
Cheers,
Dharanitharan.A
No comments:
Post a Comment