您好,登錄后才能下訂單哦!
小編給大家分享一下oracle如何創(chuàng)建表空間,創(chuàng)建用戶,給用戶賦權(quán)限,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!
--創(chuàng)建臨時(shí)表空間
create temporary tablespace test_temp tempfile 'd:/test_temp01.dbf' size 30m autoextend on next 30m maxsize 2000m extent management local;
--創(chuàng)建表空間
create tablespace test_data datafile 'd:/test_date01.dbf' size 30m autoextend on next 30m maxsize unlimited extent management local;
--創(chuàng)建用戶
create user jnyd identified by jnyd default tablespace test_data temporary tablespace test_temp;
--賦權(quán)限給用戶
grant connect,resource to jnyd;
看完了這篇文章,相信你對“oracle如何創(chuàng)建表空間,創(chuàng)建用戶,給用戶賦權(quán)限”有了一定的了解,如果想了解更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道,感謝各位的閱讀!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。