码迷,mamicode.com
首页 >  
搜索关键字:sessions_per_user    ( 2个结果
Oracle修改用户Profile SESSIONS_PER_USER 限制
一、Profile目的: Oracle系统中的profile可以用来对用户所能使用的数据库资源进行限制,使用Create Profile命令创建一个Profile,用它来实现对数据库资源的限制使用,如果把该profile分配给用户,则该用户所能使用的数据库资源都在该profile的限制之内。具体管理 ...
分类:数据库   时间:2020-01-07 17:47:54    阅读次数:135
创建profile时 sessions_per_user的用法:
举例:为xiaoming创建profile同时允许两个用户连接进来SYS@odb>createprofileprof_xiaominglimitsessions_per_user2;Profilecreated.//用户和profile绑定起来;SYS@odb>alteruserxiaomingprofileprof_xiaoming;Useraltered.//赋予创建会话的权限SYS@odb>grantcreateses..
分类:其他好文   时间:2016-07-08 21:55:04    阅读次数:324
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!