`
jbeduhai
  • 浏览: 497131 次
  • 性别: Icon_minigender_1
  • 来自: 山东
社区版块
存档分类
最新评论

oracle 创建用户

阅读更多
-- Create the user 
create user TEST_USER identified by TEST_USER 
  default tablespace USERS
  temporary tablespace TEMP
  profile DEFAULT;
-- Grant/Revoke role privileges 
grant dba to TEST_USER ;
-- Grant/Revoke system privileges 
grant unlimited tablespace to TEST_USER ;
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics