刪除用戶
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
小尋 閱讀(577)
評論(0) 編輯 收藏 所屬分類:
database