在 Window 上安装 Oracle 数据库 11g 失败

Installing Oracle database 11g on Window fails

我陷入了非常愚蠢的境地。 首先,我是 Oracle 的新手,我的英语很笨,我正在尝试根据 Google 上的一些可用教程安装 Oracle。就是这个:

http://allaboutobiee.blogspot.com/2013/09/step-by-step-installation-of-oracle-11g.html

但我一直卡在前 5 位,因为安装 window 突然消失,没有任何线索或错误发生。我开始在 google 上搜索解决方案,我发现这个答案似乎有效。但问题是我不知道如何应用这个答案:

"I was having a similar problem (mentioned in another thread I'm still looking for to respond), but it would fail (without notice) when selecting "desktop class”(第 3 步)。我们发现包含的 javaw.exe 文件有问题,因此在命令行中使用了以下起始行(从 setup.exe 所在的任何地方):

setup -jreLoc c:\PROGRA~1\java\jdk1.6.0_25

(修改以反映备用 JRE 的位置,就像我上面使用的那样。)

希望这对您有所帮助。如果没有,祝你好运!"

首先,我尝试打开我的 cmd 并输入:"setup -jreLoc c:\PROGRA~1\java\jdk1.6.0_25"

它显示了这条消息:"Setup is not recognized as an internal or external command,,....."

各位新手能帮我解决一下问题吗??

尝试以下步骤:

1) 从 oracle 站点下载 oracle 11g
http://www.oracle.com/technetwork/indexes/downloads/index.html#database

文件详细信息
- win64_11gR2_database_1of2 大约大小 - 2.12 GB
- win64_11gR2_database_2of2 大约大小 - 948 MG

2) 从win64_11gR2_database_2of2复制数据库文件夹并粘贴到win64_11gR2_database_1of2。

3) 运行 来自 win64_11gR2_database_1of2 文件夹的 setup.exe。

祝你好运!