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
Cool man!.u Rock
thanks a lot…
hasan@hasan-desktop:~$ sudo aptitude install oracle-xe oracle-xe-client
Reading package lists… Done
Building dependency tree
Reading state information… Done
Reading extended state information
Initializing package states… Done
Writing extended state information… Done
Couldn’t find any package whose name or description matched “oracle-xe”
Couldn’t find any package whose name or description matched “oracle-xe-client”
Couldn’t find any package whose name or description matched “oracle-xe”
Couldn’t find any package whose name or description matched “oracle-xe-client”
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 417 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
Reading extended state information
Initializing package states… Done
thanks a lot
Thanks Dear it helped me alot..thank you very much….