Home > Database > Mysql Tutorial > ORA-01012: not logged on 解决办法

ORA-01012: not logged on 解决办法

WBOY
Release: 2016-06-07 17:07:08
Original
8206 people have browsed it

tomcat 服务器后台报:ORA-01012: not logged on 异常问题原因:可能是应用程序有bug,没及时释放连接所导致。解决办法:治本的办

tomcat 服务器后台报:ORA-01012: not logged on 异常

问题原因:可能是应用程序有bug,,没及时释放连接所导致。

解决办法:治本的办法是:修改processes值,或者禁止一些异常访问。

解决问题思路:

1、等数据库访问连接数下降用户再登录 ;

2、sqlplus “/ as sysdba”登陆后,

shutdown abort  ;

3、ps -ef|grep ora_dbw0_$Oracle_SID

kill -9 pid ;

4、kill掉一些不重要的session 。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template