`

ORACLE新建用户m61

阅读更多

create user m61

  identified by m61

  default tablespace USERS

  temporary tablespace TEMP

  profile DEFAULT;

-- Grant/Revoke role privileges 

grant connect to m61;

grant resource to m61;

-- Grant/Revoke system privileges 

grant unlimited tablespace to m61;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics