foolishfox 回复于:2004-04-04 04:52:44 |
补充一点:当安装完第一张光盘需要更换第二张光盘的时候,不要按ctrl+c中止程序;在控制台中进入任何一个非光盘目录,如根下(#cd /),然后输入#eject 回车弹出光盘 |
fwizard 回复于:2004-04-04 08:39:53 |
好铁必谢 |
lazyoracle 回复于:2004-04-04 09:57:33 |
looks good except
[color=red:53895e9c6c]4. 插入ORACLE光盘,启动安装器,安装ORACLE软件: $ cd /cdrom/cdrom0 $ ./runInstaller [/color:53895e9c6c] this way you will not be able to eject 1st CD without terminating installation when asked for 2nd CD. |
harvey_tian 回复于:2004-04-05 09:43:11 |
如果创建实例失败,可以用
$ dbca 重新创建,并可以删除以前没有成功的实例。 如果内存较小,也可以把open cursors和process调小。 |
fufu 回复于:2004-04-05 15:01:55 |
to lazyoracle :
looks good except 4. 插入ORACLE光盘,启动安装器,安装ORACLE软件: $ cd /cdrom/cdrom0 $ ./runInstaller this way you will not be able to eject 1st CD without terminating installation when asked for 2nd CD. then how to do is ok? |
Philmoon 回复于:2004-04-05 15:14:49 |
各位说得对,这点我疏忽了。实际使用时,应该这样做:
4. 插入ORACLE光盘,启动安装器,安装ORACLE软件: $ cd $ /cdrom/cdrom0/runInstaller ...... 否则当第一张盘装完后,提示换盘时,却无法将第一张盘eject出来。这大概是一个bug吧。 谢谢各位! |
lazyoracle 回复于:2004-04-05 15:20:51 |
[quote:ad6d40116e="fufu"]to lazyoracle :
looks good except 4. 插入ORACLE光盘,启动安装器,安装ORACLE软件: $ cd /cdrom/cdrom0 $ ./runInstaller this way you will not be able to eject 1st CD without terminating in..........[/quote:ad6d40116e] ./runInstaller & |
liaoxueyou 回复于:2004-04-05 15:40:08 |
兄弟,我是初学的,还不知道ORACLE是干什么用的,能否解释?谢谢 |
duyunjian 回复于:2004-04-06 11:04:54 |
我用得着,估计本周末 |
LangZixiao 回复于:2004-04-06 13:57:39 |
为了弹出第一张光盘,可以另开一个窗口,敲入以下命令即可:
1)fuser -k /cdrom/cdrom0 2)eject |
youzhipiao 回复于:2004-04-06 14:02:23 |
同意langzixiao 的办法 |
Philmoon 回复于:2004-04-06 14:31:47 |
[quote:8e6a11e281="LangZixiao"]为了弹出第一张光盘,可以另开一个窗口,敲入以下命令即可:
1)fuser -k /cdrom/cdrom0 2)eject[/quote:8e6a11e281] 这个方法使用中试过吗?这样光盘可以出来,可是Oracle安装进程呢?还能继续安装吗? 我上面的更正是实际使用过的,没问题。 :lol: |
lazyoracle 回复于:2004-04-06 15:25:33 |
[quote:a1c36d7f6d="Philmoon"]
这个方法使用中试过吗?这样光盘可以出来,可是Oracle安装进程呢?还能继续安装吗? 我上面的更正是实际使用过的,没问题。 :lol:[/quote:a1c36d7f6d] You are right, the installation will be terminated for sure afer executing 'fuser -k'. Bunches of rookie here don't even know what they are talking about. |
lazyoracle 回复于:2004-04-06 15:25:48 |
[quote:63481e12ec="Philmoon"]
这个方法使用中试过吗?这样光盘可以出来,可是Oracle安装进程呢?还能继续安装吗? 我上面的更正是实际使用过的,没问题。 :lol:[/quote:63481e12ec] You are right, the installation will be terminated for sure after executing 'fuser -k'. Bunches of rookie here don't even know what they are talking about. |
chaoping 回复于:2004-05-04 22:18:15 |
[quote:5b07555200="lazyoracle"]
./runInstaller &[/quote:5b07555200] 标准做法应该是 /cdrom/cdrom0/runInstaller吧? 你用./runInstaller&可以么?我没有试过,一直都是用tar 的:D |
lazyoracle 回复于:2004-05-10 13:08:22 |
[quote:4c51a11c1c="chaoping"]
标准做法应该是 /cdrom/cdrom0/runInstaller吧? 你用./runInstaller&可以么?我没有试过,一直都是用tar 的:D[/quote:4c51a11c1c] Yes, I did it a few times, it worked. It is not runInstaller that occupies the cdrom device. |