码迷,mamicode.com
首页 > 数据库 > 详细

Oracle创建用户

时间:2018-12-27 13:22:42      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:creat   ant   username   col   user   acl   use   用户   div   

创建oracle数据库用户
sqlplus /nolog
  SQL> conn / as sysdba;
  SQL>create user username identified by password
  SQL> grant dba to username;


create user bim_dev identified by bim_dev
grant dba to bim_dev




sqlplus /nolog
  SQL> conn / as sysdba;
  SQL>create user zyg identified by zyg;
  SQL> grant dba to wumengjuan ;

 

Oracle创建用户

标签:creat   ant   username   col   user   acl   use   用户   div   

原文地址:https://www.cnblogs.com/yongguang1990/p/10184076.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!