pl/sql与oracle相连后,一会就断了
pl/sql与oracle相连后,一会就断了,又连之后,过一会,又断了,求原因
------解决方案--------------------1)可能你的session是被你们那个跨网段的防火墙给断掉的;在plsql developer里面有个check connection的选项,你勾上就可以了
2)可能是你的oracle在profile里设置session time out的问题
修改profile:
alter profile profile名 limit connect_time unlimited
修改系统默认的profile:
alter profile default limit connect_time unlimit
3)网络不稳定?设备问题?