Hi friends,
For the past three days I was trying to install oracle 10g in ubuntu to learn sql queries and finally I installed by refering lots of sites and with the help of my seniors. Just follow these simple steps to install it if u need…
step 1:
Open Synaptic package manager. click settings—->repositories——->other softwares and then click add.
step 2:
Paste the following in APT line: textbox and click add source
deb http://oss.oracle.com/debian unstable main non-free
step 3:
Now go to terminal and execute this command
sudo apt-get update
step 4:
Then type sudo apt-get install oracle-xe oracle-xe-client and enter
step 5:
Now oracle is installed.To configure it type sudo /etc/init.d/oracle-xe configure and press enter
(i) if it asks Specify the HTTP port that will be used for Oracle Application Express [8080]: dont give any port number and just press enter.
(ii) then it will ask Specify a port that will be used for the database listener [1521]: here also dont give any port number and just press enter.
(iii) next it will ask you password. you can specify your own password and confirm it again.
(iv) then it will ask Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: type y and press enter
step 6:
Goto applications——>Oracle Database 10g Express Edition—–>Goto Database Home Page.
step 7:
Give username as sys or system and give the password which you specified during configuration and click login.
step 8:
You will be shown Getting Started under links and follow it.
Enjoy querying!!!!!!!!!!



