当前位置: 代码迷 >> Oracle技术 >> 数据库问oracle11g,该怎么解决
  详细解决方案

数据库问oracle11g,该怎么解决

热度:64   发布时间:2016-04-24 08:23:13.0
数据库问oracle11g




这具体是什么问题
------解决方案--------------------
01109, 00000, "database not open"
// *Cause:  A command was attempted that requires the database to be open. 
// *Action: Open the database and try the command again

貌似你的数据库实例没有启动

startup后再执行试试。
------解决方案--------------------
alter database open;
------解决方案--------------------
那样还是没有启动
------解决方案--------------------
startup 有什么提示?
  相关解决方案