数据库问oracle11g,该怎么解决

数据库问oracle11g这具体是什么问题[解决办法]01109, 00000, database not open// *Cause:A command was

数据库问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 有什么提示?