Linux下安裝Oracle後重啟無法登錄數據庫ORA-01034:ORACLE not available
阿新 • • 發佈:2017-12-04
http use username connected 無法 -- .aspx data ase
Linux下安裝了數據庫,安裝完成後可以用,今天啟動就不能用了,提示Oracle not available,後來查找資料,據說是oracle服務沒有打開。如下方式可以解決問題。
[root@root~]$ su - oracle
[oracle@localhost~]$ sqlplus
Connected to an idle instance.
enter username: /as sysdba
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後重啟無法登錄數據庫ORA-01034:ORACLE not available