|
|
最初由 liyongdong 发布
[B]在服务器上
编辑sqlnet.ora增加如下一行
SQLNET.EXPIRE_TIME=10
如果客户在10 秒中没有反应,断开此客户的连接。 [/B]
SQLNET.EXPIRE_TIME=10
这个10是分钟的意思,看oracle原文
SQLNET.EXPIRE_TIME= <# of minutes>
The sqlnet.expire_time parameter is defined in minutes and can have any value between 1 and an infinite number. If it is not defined in the sqlnet.ora file, DCD is not used. A time of 10 minutes is probably optimum for most applications. |
|