課程
/數(shù)據(jù)庫
/Oracle
/Oracle數(shù)據(jù)庫開發(fā)必備利器之PL/SQL基礎(chǔ)
這個新建的用戶要能導(dǎo)入數(shù)據(jù)庫。
2015-06-26
源自:Oracle數(shù)據(jù)庫開發(fā)必備利器之PL/SQL基礎(chǔ)
正在回答
--剛才建用戶語句寫錯了?不好意思 create?user?username?identified?by?password;
?
--創(chuàng)建用戶 create?user?username?identied?by?password; --權(quán)限 grant?create?session?to?username;--登錄權(quán)限 grant?unlimited?tablespace?to?username;--使用表空間的權(quán)限 grant?create?table?to?username;--授予創(chuàng)建表的權(quán)限 grant?drop?table?to?username;--授予刪除表的權(quán)限 grant?insert?table?to?username;--插入表的權(quán)限 grant?update?table?to?username;--修改表的權(quán)限 --這些權(quán)限應(yīng)該可以滿足以上要求
舉報
Oracle數(shù)據(jù)庫高級開發(fā)必備的基礎(chǔ),通過實例帶你熟練掌握
2 回答PL/SQL怎么已管理員身份登錄?并且備份一個數(shù)據(jù)到本地。
1 回答很多語句在sql plus有用,但是在pl/sql里面就沒用
3 回答關(guān)于PL/SQL中的問題
1 回答課程上面老師用的是PL/SQL幾版本的
1 回答pl/sql日志
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-07-01
?
2015-07-01