SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
Posted 折翼舞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus相关的知识,希望对你有一定的参考价值。
[[email protected] ~]$ sqlplus ‘/as sysdba‘
SQL*Plus: Release 11.2.0.4.0 Production on Sat Oct 13 14:14:13 2018
Copyright (c) 1982, 2013, Oracle. All rights reserved.
ERROR:
ORA-00020: maximum number of processes (150) exceeded
解决方法:[[email protected] 11g ~]$ps -ef|grep "oracleXXXX (LOCAL=NO)"|grep -v grep|awk ‘{print $2}‘|xargs kill -9
重新登录数据库
以上是关于SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus的主要内容,如果未能解决你的问题,请参考以下文章