Oracle創建視圖權限不足的問題

  1. 當前用戶創建所屬表的視圖
    1.1 以dba用戶登錄
    sqlplus / as sysdba
    1.2 賦予用戶創建VIEW的權限
    grant create view to 用戶
  2. 當前用戶創建其他用戶的表視圖
    2.1 以dba用戶登錄
    sqlplus / as sysdba
    2.2 賦予用戶創建VIEW的權限
    grant create view to 用戶
    2.3 授予查詢表權限
    grant select any table to 用戶
    2.4 賦予用戶字典權限
    grant select any dictionary to 用戶

關注Github:1/2極客

關注博客:御前提筆小書童

關注網站:HuMingfeng

關注公衆號:開發者的花花世界

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章