1、先用 root用户登录
2、 su命令切换到oracle用户下, su-oracle
3、sqlplus / as sysdba
4、 创建用户
create user huludaoeteller identified by aaa;
5、分配权限
grant dba to aaa;
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/4388.html
1、先用 root用户登录
2、 su命令切换到oracle用户下, su-oracle
3、sqlplus / as sysdba
4、 创建用户
create user huludaoeteller identified by aaa;
5、分配权限
grant dba to aaa;
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/4388.html