当前位置:Gxlcms > 数据库问题 > oracle用户创建和授权(一)

oracle用户创建和授权(一)

时间:2021-07-01 10:21:17 帮助过:2人阅读

1、请输入用户名: sys as sysdba
2、输入口令: 123456
3、创建用户:create user admin identified by admin;
4、授权建立表:grant create table to admin;
5、授权删除表 : grant drop any table to admin;
6、授权插入表:grant insert any table to admin;
7、授权更新表:grant update any table to admin;

本文出自 “12655157” 博客,请务必保留此出处http://12665157.blog.51cto.com/12655157/1920681

oracle用户创建和授权(一)

标签:数据库

人气教程排行