S1.授权命令 grant ${权限类型} on ${数据库名}.${表名} to ${用户名}@'${允许登录的客户端地址}' identified by '${登录密码}'; ${允许登录的客户端地址}: 允许所有客户端登录,则使用:% 允许本地登录,则使用:localhost ... 权限类型 ...
oracle grant
授权语句--select * from dba_users; 查询数据库中的所有用户
--alter user USERNAME account lock; 锁住用户
--alter user USERNAME account unlock; 给用户解锁
--create user USERNAME identified by &