Oracle创建用户

创建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 ;

 

posted @ 2018-12-27 11:38  张永光  阅读(140)  评论(0编辑  收藏  举报