ORA-01012: not logged on 解决办法
出现场景:
startup;
解决办法:
ps -ef|grep ora_dbw0
kill -9 pid
重新启动oracle
sqlplus sys as sysdba
startup;
转载于:https://blog.51cto.com/cwind/1105543
ORA-01012: not logged on 解决办法
转载于:https://blog.51cto.com/cwind/1105543