关于ORACLE的会话连接超时假设你的用户名为 user_a,你要设计的时间是 5分钟没有操作就断开。create profile
关于ORACLE的会话连接超时
假设你的用户名为 user_a,你要设计的时间是 5分钟没有操作就断开。
create profile my_profile limit idle_time 5;
alter user user_a profile my_profile;
关于ORACLE的会话连接超时
假设你的用户名为 user_a,你要设计的时间是 5分钟没有操作就断开。
create profile my_profile limit idle_time 5;
alter user user_a profile my_profile;