删除用户
drop user username cascade;
创建用户
create user username identified by password;
给用户授权
grant dba to username; --授予DBA权限
grant unlimited tablespace to usename; -- 授予不限制的表空间
grant select any table to username; -- 授予查询任何表
grant select any dictionary to username;--授予 查询 任何字典
地震让大伙知道:居安思危,才是生存之道。
posted on 2007-09-10 17:04
小寻 阅读(569)
评论(0) 编辑 收藏 所属分类:
database