说明: 1、用户创建、修改、删除 用户创建 create user username profile default identified by "user_passwd" default tablespace tablespace_name account unlock; 修改用户密码: alter user username identified by char_name; 修改用户使用状态 alter user username account unlock 用户赋权限: grant conne
<mypassionate> 上传 | 大小:3mb