每隔一段时间就会出现
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
The Connection descriptor used by the client was:
我也修改过processes
select count(*) from v$process 原来是150
alter system set processes = 300 scope = spfile;
作了这样的修改只不过是出现这种情况的时间间隔长了点,
请牛人指点下!!!