空闲一段时间后,如果用户试图使用我们的系统,我们将收到以下错误:
ORA-03114 - not connected to Oracle。
我知道有一个叫做SQLNET.EXPIRE_TIME的参数。
推荐是SQLNET.EXPIRE_TIME=10,但我没有找到这10的含义。
我是一个SQL Server dba,试图帮助我们的Oracle高级DBA。
我们的sqlnet.ora文件如下:
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES = (NTS)我应该在上面加上**SQLNET.EXPIRE_TIME=10**吗?
为了模拟错误,如果我们打开软件并让它闲置1小时,我们就会收到错误。
IDLE_TIME在dba_profiles上也是无限的。
https://dba.stackexchange.com/questions/238413
复制相似问题