运行DBA Studio
用internal/oracle以sysdba登录
选择database
在右边的点击Open
最后Apply即可

解决方案 »

  1.   

    「开始」菜单\程序\Oracle Installation Products\Universal Installer
    修复一下
      

  2.   

    服务设置都是自动启动,不知道怎么回事,我的oracle是新装的
      

  3.   

    check in you register table for you system.
    in the software/oracle, there need a pfile key to specify the pfile name for your instance, if the automatic service could not find the default file it will try to use this file, if both are miss, the the instance can not startup.
      

  4.   

    可以做一个批处理啊, 用任务计划。 
    在批处理中:e:\oracle\ora81\bin\sqlplus.exe
     connect internal/oracle@服务名  @e:\start.sql在e:\start.sql 中写   startup;就行了。在任务计划中让它在计算机启动时加入就可以把数据库启动了。
      

  5.   

    svrmgrl
    connect internal/oracle
    startup pfile=你的初始化启动文件
      

  6.   

    感谢各位的精彩回答。感谢qgbin() 解决了我的问题,可是不知道原因是什么?为什么用其他方法,重启后数据库仍然没有装载!
      

  7.   

    1)一次都不能自动启动吗?
    2)手工oracle启动后,看任务栏,内存多少?
      

  8.   

    已经结贴,qgbin() 15分,updateme() 、liuyann(liuyann) 2分,zhenyukeji(何处是我家)一分。
      

  9.   

    我也遇到了你的情况,我的数据库是由init.ora 的问题引起的,我想你也试一下, 可能是这个原因。
        你可以试试在打开数据库时,使用init.ora 文件, 打开数据库,如果还是打不开数据库的话,可以, 修改初始化文件, 再次重起数据库, 重复试, 直到数据库可以打开为止。
        如果是这个问题, 按照这个方法,应该可以解决。