关于ORACLE的会话连接超时
假设你的用户名为 user_a,你要设计的时间是 5分钟没有操作就断开。
create profile my_profile limit idle_time 5;
alter user user_a profile my_profile;
发布时间: 2012-07-15 20:11:40 作者: rapoo
关于ORACLE的会话连接超时
假设你的用户名为 user_a,你要设计的时间是 5分钟没有操作就断开。
create profile my_profile limit idle_time 5;
alter user user_a profile my_profile;