RSS
 

Ubuntu: Oracle 10 XE 配置

19 Mar

上课要学 Oracle ,教学的平台是 Windows + Oracle 10g 。
我的系统是 Ubuntu ,发现安装 Oracle 10g 比较困难,取而代之的有一个 Oracle Express Edition.
也就是 Oracle 10 XE.

用起来倒是也差不多,反正我是喜欢在 Terminal 上工作的 XD

不过我自己在作实验的时候搞错了一些事情,本来创建了一个 tablespace ,但是 datafile 放在了 /tmp 里面,系统自己清空了,再操作的时候就会报错说 database could not open…

再有就是第一次安装的时候配置了 http 端访问端口成 81 ,这样以来不知道和哪里有冲突……一直访问不了。

其实解决所有这些问题只要执行

$sudo /etc/init.d/oracle-xe configure

根据向导指示就好了。

 
No Comments

Posted in ubuntu

 

Tags: ,

Leave a Reply

 
Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).