oracle中常用的对用户的操作
创建用户:
create user usr1 identified by pwd default tablespace ts1 temporary tablespace tmp;
删除用户:
drop user usr1 casecade;
关于本篇内容如有转载请注明出处;技术内容的探讨、纠错,请发邮件到70907583@qq.com
创建用户:
create user usr1 identified by pwd default tablespace ts1 temporary tablespace tmp;
删除用户:
drop user usr1 casecade;