星期三, 2月 27, 2008

想要在 Ubuntu 上面安裝 Oracle 10g

關鍵字:「oracle ubuntu install 10g」

很容易,幾個步驟就做完了

First modify /etc/apt/sources.list file:
$ sudo vi /etc/apt/sources.list
Append following line:
deb http://oss.oracle.com/debian unstable main non-free
Save and close the file. Next import GPG key:
$ wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
Update package database:
$ sudo apt-get update
Finally install Oracle:
$ sudo apt-get install oracle-xe

You must configure Oracle TCP/IP port and other parameters. Simply type the following command:
$ sudo /etc/init.d/oracle-xe configure

To access the Database Home Page go to http://127.0.0.1:8080/apex. Open a web browser and type url (you need to use username 「system」 and password setup earlier)




http://www.cyberciti.biz/faq/howto-install-linux-oracle-database-xe-server/

沒有留言:

張貼留言

Powered By Blogger