1. 程式人生 > 其它 >使用sqlplus登入報錯:ORA-01012:not logged on

使用sqlplus登入報錯:ORA-01012:not logged on

技術標籤:資料庫sql

1、kill oracle 程序 或者關掉oracle

ps -ef|grep ora_dbw0_$ORACLE_SID
kill -9 pid

2、重新啟動oracle

sqlplus  / as sysdba
startup;