权限管理

ORACLE 用户权限管理
数据库

ORACLE 用户权限管理

39 0

今天带大家一起来了解一下ORACLE 的用户权限管理。创建新的用户只能是oracle的DBA管理者的事。123语句:Create user TestUser identified by testPass; 其中TestUser是用户名,testPass则是密码了修改密码(DBA管理者或者用户本人可以用Alter语句)123语句:Alter user TestUser identified by newtestPass; 只需要把Create 换成Alter,那个用户名,后