删除用户, drop user konglin;
grant unlimited tablespace to konglin;
grant create tablespace to konglin;
grant alter tablespace to konglin;
grant drop tablespace to konglin;
grant manage tablespace to konglin;
grant create table to konglin; (包含有create index权限, alter table, drop table权限)
grant create view to konglin; (包含有alter view, drop view权限)
grant create trigger to konglin; (包含有alter trigger, drop trigger权限)
grant create procedure to konglin;(包含有alter procedure, drop procedure 和function 以及 package权限)
grant create sequence to konglin; (包含有创建、修改、删除以及选择序列)
grant create rollback segment to konglin;
grant alter rollback segment to konglin;
grant drop rollback segment to konglin;
grant create synonym to konglin;(包含drop synonym权限)
grant create public synonym to konglin;
grant drop public synonym to konglin;
grant create user to konglin;
grant alter user to konglin;
grant become user to konglin;
grant drop user to konglin;
grant create role to konglin;
grant create profile to konglin;
grant alter profile to konglin;
grant drop profile to konglin;
grant select any dictionary to konglin;
create user wzl identified by 123;
grant connect to wzl;
grant resource to wzl;
grant create table to wzl;
grant create view to wzl;
grant create trigger to wzl;
grant create procedure to wzl;
grant create sequence to wzl;
grant create rollback segment to wzl;
grant alter rollback segment to wzl;
grant drop rollback segment to wzl;
grant create synonym to wzl;
grant create public synonym to wzl;
grant drop public synonym to wzl;
grant create user to wzl;
grant alter user to wzl;
grant become user to wzl;
grant drop user to wzl;
grant create role to wzl;
grant create profile to wzl;
grant alter profile to wzl;
grant drop profile to wzl;
grant select any dictionary to wzl;