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;