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:
Okay, that's it. Now you have your own Oracle server ready to explore.sudo vim /etc/apt/sources.list
and add this line to the end of that filedeb http://oss.oracle.com/debian unstable main non-free
sudo apt-get update
sudo apt-get install oracle-xe oracle-xe-client
sudo /etc/init.d/oracle-xe configure
At this step we have to answer a few question, just hit enter to use default value.



3 comments:
thas awesome bro..
kenapa pake bahasa inggris Gan?!
ane gak ngerti :(
udah di coba create table lom... di Oraclenya?
Post a Comment
Write your comment here: