【Oracle】創建用戶及設定權限


create user ufo identified by 1234;
grant create session to ufo;
grant create tablespace to ufo; 
grant create table to ufo;
grant drop any table to ufo;
grant insert any table to ufo;
grant update any table to ufo;
grant all privileges to ufo;
grant dba to ufo;
create tablespace test datafile 'D:\app\horn1\oradata\test.txt' size 10m;

 

參考資料:

https://www.iteye.com/blog/1084647490-2255426

--END-- 2019年11月9日15:30:49


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM