startup 数据库 报
ORA-01102: cannot mount database in EXCLUSIVE mode

解决方案 »

  1.   

    参考:
    http://hi.baidu.com/netphnix/blog/item/ee0a845821669387810a180d.html
      

  2.   

    你是什么登录的?用什么用户登录的?你按下面方法试试:
    登录:system/manager
    connect / as sysdba;
    startup
      

  3.   

    startup nomount
    alter database mount
    把提示贴出来
      

  4.   

    SQL> startup nomount
    ORACLE instance started.Total System Global Area 1610612736 bytes
    Fixed Size                  2073192 bytes
    Variable Size             385879448 bytes
    Database Buffers         1207959552 bytes
    Redo Buffers               14700544 bytes
    SQL> alter database mount
      2  ;
    alter database mount
    *
    ERROR at line 1:
    ORA-01102: cannot mount database in EXCLUSIVE mode