转:http://www.2cto.com/database/201204/126633.html
linux下安装oracle后重启无法登录数据库ORA-01034:ORACLE not available的解决方案
昨天安装了数据库,安装完成后可以用,今天启动就不能用了,提示ORACLE not available,后来查找资料,据说是oracle服务没有打开。如下方式可以解决问题。
[root@root~]$ su - oracle
[oracle@localhost~]$ sqlplus
Connected to an idle instance.
enter username: /as sysdba
www.2cto.com
SQL>startup------------------启动数据库实例
Oracle instance started.
Total System Global Area *****bytes
Fixed Size *****bytes
Variable Size *****bytes
Database Buffers *****bytes
Redo Buffers *****bytes
Database mounted.
Database opened.
这样就能用啦
本文提供了解决Linux环境下安装Oracle后,重启数据库无法登录的问题的方法,通过启动实例并进行相应的数据库操作,成功解决了Oracle not available的错误。
1768

被折叠的 条评论
为什么被折叠?



