oracle resource ,quota 權限

create user U_test identified by U_test;

 

grant connect to U_test ;

grant resource to U_test;  //resource 爲一個角色

alter user U_test quota 10M on tbs_u;

 

 

create user U_test

default tablespace tbs_u

quota 10M on tbs_u

 

發佈了46 篇原創文章 · 獲贊 4 · 訪問量 15萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章