怎么解决

解决方案 »

  1.   

    Cause: 
    During ALTER DATABASE MOUNT, an attempt is being made to mount a database on an instance in which a database is or has previously been mounted. 
    Action: 
    If you wish to mount the database, shutdown the instance and then startup the instance and retry the operation.  
      

  2.   

    oracle创建数据库实例不要用create database.....,
    可以使用dbca来创建,就不会有问题了。
      

  3.   

    ORA-01100: database already mounted
    ====================================
    数据库已经创建好了吧
      

  4.   

    可以用Alter database Open来打开试试呢。
      

  5.   

    Alter database Open;
    或者
    shutdown immediate;
    startup;
      

  6.   

    对,要用dbca来建立数据库,如果还有问题,
    你再跟帖