創建視圖權限,只授權第一個是無法創建 視圖的,需要三個權限都授予
1、grant create view to B;
--授予查詢權限
2、grant select any table to B;
--授予權限
3、grant select any dictionary to B;
創建視圖權限,只授權第一個是無法創建 視圖的,需要三個權限都授予
1、grant create view to B;
--授予查詢權限
2、grant select any table to B;
--授予權限
3、grant select any dictionary to B;
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。