oracle sql developer自动断开连接

怎么设置不断开 或者断开时间 版本4.0.2
2025-03-13 19:54:38
推荐回答(2个)
回答1:

alter profile MONITORING_PROFILE limit connect_time unlimited;
alter profile MONITORING_PROFILE limit idle_time unlimited;
UNLIMITED可以改成时间,单位是s

回答2:

修改default profile的IDLE_TIME 就行