Oracle 对用户简单操作

创建用户:

create user 用户名 identified by 密码; 

删除用户:

drop user 用户名 cascade;

posted @ 2017-05-25 20:21  游戏鼻祖  阅读(188)  评论(0)    收藏  举报