一、Profile目的: Oracle系统中的profile可以用来对用户所能使用的数据库资源进行限制,使用Create Profile命令创建一个Profile,用它来实现对数据库资源的限制使用,如果把该profile分配给用户,则该用户所能使用的数据库资源都在该profile的限制之内。具体管理 ...
分类:
数据库 时间:
2020-01-07 17:47:54
阅读次数:
135
举例:为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