ORA-01109: database not open

执行如下语句直到问题解决

bash-4.1$ sqlplus / as sysdba



SQL*Plus: Release 10.2.0.1.0 - Production on Sat Feb 16 04:45:20 2013



Copyright (c) 1982, 2005, Oracle.  All rights reserved.





Connected to:

Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production



SQL> alter database open;



Database altered.

 

你可能感兴趣的:(database)