限制用户(Tom)只允许100个并发连接

SQL> alter system set resource_limit=true;

SQL> create profile profile_TOM limit sessions_per_user 100;

SQL> ALTER USER tom profile profile_TOM;
最后修改:2023 年 11 月 23 日
如果觉得我的文章对你有用,请随意赞赏