Installing Oracle Express Edition 10g R2 on Ubuntu / BlankOn

Monday, March 9, 2009

This article is just an English version of another article of mine here. This article will explain briefly how to install Oracle XE 10g R2 on Debian GNU/Linux based distro such as Ubuntu, BlankOn, etc. The easiest way to install Oracle in Ubuntu/BlankOn is using apt-get or Synaptic. But first we have to add a new entry for Oracle repository in /etc/apt/sources.list because Oracle is not included in Ubuntu official repos. Here's the way to do this step by step:

  1. Edit repo's configuration in /etc/apt/sources.list using your favorite editor, in this article I use vim so from a terminal run this command:
  2. sudo vim /etc/apt/sources.list
    and add this line to the end of that file
    deb http://oss.oracle.com/debian unstable main non-free
  3. Run apt-get to update your repo's index, still from terminal run
  4. sudo apt-get update
  5. Install Oracle XE using apt-get
  6. sudo apt-get install oracle-xe oracle-xe-client
  7. Now, we have to configure our new Oracle server by issuing this command from a terminal
  8. sudo /etc/init.d/oracle-xe configure
    At this step we have to answer a few question, just hit enter to use default value.
  9. Installation is now finished, we can access Oracle web based interfaced by pointing our browser to http://localhost:8080/apex. Enter 'system' (without quote) as username and your password.
  10. If you enter your username and password correctly, you will log in to the administrator page like this
Okay, that's it. Now you have your own Oracle server ready to explore.

3 comments:

thegands March 13, 2009 10:54 PM  

thas awesome bro..

tforce2009 August 17, 2009 4:34 AM  

kenapa pake bahasa inggris Gan?!
ane gak ngerti :(

Anonymous October 23, 2009 2:40 PM  

udah di coba create table lom... di Oraclenya?

Post a Comment

Write your comment here:

  © Blogger template Columnus by Ourblogtemplates.com 2008

Back to TOP