create profile luck_prof LIMIT
sessions_per_user 8 --利用同一个用户名和口令可以同时打开8个回话
CPU_PER_SESSION 16800 --每个会话最多可以使用的CPU时间为16800个1%秒(168秒)
logical_reads_per_session 23688 --每个会话最多可以读23688个数据块(包括内存读和磁盘读)
CONNECT_TIME 268 --每个会话的连接时间最多为268分(4小时28分)
IDLE_TIME 38; --每个会话没有活动的时间不能超过38分钟
select * from dba_profiles where profile like ‘LUCK%‘;
原文地址:https://www.cnblogs.com/bedfly/p/12670858.html
时间: 2024-10-05 02:26:06