新增用户:
create user test identified by 123456;
grant dba,connect,resource to test;删除账户:
drop user xxx cascade;
本文共 161 字,大约阅读时间需要 1 分钟。
新增用户:
create user test identified by 123456;
grant dba,connect,resource to test;删除账户:
drop user xxx cascade;
转载于:https://www.cnblogs.com/peng-lan/p/6061928.html