新增用户:
create user test identified by 123456;grant dba,connect,resource to test;
删除账户:
drop user xxx cascade;