我的电脑装的windows xp professional系统,想安装Oracle数据库,
下载了Oracle11g的安装文件,
但是在安装到百分之八十的时候就一直不动了,
我等了四五个小时一直不动,
到谷歌上查了,说是不能安装,又下了一个Oracle10g的安装文件,
但还是安装到百分之七十左右的时候也不动了,
我已经弄了3天了,把我搞郁闷了,希望各位高手帮帮小弟
回复我,怎么能装上去?最好是能告诉我为什么会出现这种现象?拜托。

解决方案 »

  1.   

    公司WIN XP装ORACLE 9I的可以,家里WIN SERVER 2003 装10G可以,其它的没有试用
      

  2.   

    看看安装日志吧,installaction.log,里面应该有错误信息
      

  3.   

    Oracle9i确实能装上去,
    但是我的MyEclipse不能用了,
    报的错是Oracle9i装完之后,jvm的版本变成了是1.3,而MyEclipse的最低要求是1.4
    把Oracle卸载之后MyEclipse又能用了,
    有没有什么办法,不重装系统让Oracle和MyEclipse都能用???
    这是错误日志:
    !SESSION 2009-11-11 20:08:48.359 
    eclipse.buildId=M20090211-1700
    java.version=1.3.1_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean!ENTRY org.eclipse.equinox.simpleconfigurator 4 0 2009-11-11 20:08:48.687
    !MESSAGE 
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:247)
    at org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:201)
    at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:644)
    at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:313)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)!ENTRY org.eclipse.osgi 4 0 2009-11-11 20:08:48.703
    !MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar/ was not resolved.!ENTRY org.eclipse.osgi 4 0 2009-11-11 20:08:48.703
    !MESSAGE Application error
    !STACK 1
    java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)!ENTRY org.eclipse.osgi 2 0 2009-11-11 20:08:48.703
    !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
    !SUBENTRY 1 org.eclipse.osgi 2 0 2009-11-11 20:08:48.703
    !MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar/ [1] was not resolved.
    !SUBENTRY 2 org.eclipse.equinox.simpleconfigurator 2 0 2009-11-11 20:08:48.703
    !MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4
      

  4.   

    可能是系统问题,重装一个系统。我的windows  xp  professional 安装上了
      

  5.   

    oracle9i是能装上,但是我MyEclipse不能用啦,上面的错误日志是MyEclipse报的错
      

  6.   

    安装的是jdk1.6.1,eclipse也能正常工作.cmd->java -version版本也为1.6.1安装了Oracle 9后,启动eclipse就不行了,说jdk版本太低!变成了jdk1.3.1!重新安装了jdk1.6.1还是那样的结果。    上网查了查原因,是安装Oracle是会自动安装jdk1.3.1版本,而且这个jdk在path路径里很有可能排在你安装jdk时的路径前,若是这样就会出现上面的问题。因为eclipse启动时它搜索jdk时,是从Path路径的前边向后找,就会先于Oracle安装的jdk1.3.1匹配,你的jdk1.6.1就没有用到。    问题解决:只要将你自己安装的jdk1.6.1的路径移到Oracle的jdk1.3.1之前就行。      试试,eclipse就能正常启动,cmd->java -version版本也为1.6.1
    本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/yanxian007/archive/2009/03/25/4022260.aspx