關於oracle使用者許可權查詢總結檢視
一直在學習oracle官方文件,今天抽空全面學習了下oracle許可權與角色這一方面,感覺下面的內容對很多關心oracle安全性的同仁或許有所幫助,下述內容整理自oracle官方文件:
View |
Description |
ALL_COL_PRIVS |
Describes all column object grants for which the current user or PUBLIC is the object owner, grantor, or grantee |
ALL_COL_PRIVS_MADE |
Lists column object grants for which the current user is object owner or grantor. |
ALL_COL_PRIVS_RECD |
Describes column object grants for which the current user or PUBLIC is the grantee |
ALL_TAB_PRIVS |
Lists the grants on objects where the user or PUBLIC is the grantee |
ALL_TAB_PRIVS_MADE |
Lists the all object grants made by the current user or made on the objects owned by the current user. |
ALL_TAB_PRIVS_RECD |
Lists object grants for which the user or PUBLIC is the grantee |
DBA_COL_PRIVS |
Describes all column object grants in the database |
DBA_TAB_PRIVS |
Lists all grants on all objects in the database |
DBA_ROLES |
This view lists all roles that exist in the database, including secure application roles. Note that it does not list the PUBLICrole. |
DBA_ROLE_PRIVS |
Lists roles granted to users and roles |
DBA_SYS_PRIVS |
Lists system privileges granted to users and roles |
SESSION_PRIVS |
Lists the privileges that are currently enabled for the user |
SESSION_ROLES |
Lists all roles that are enabled for the current user. Note that it does not list the PUBLIC role. |
ROLE_ROLE_PRIVS |
This view describes roles granted to other roles. Information is provided only about roles to which the user has access. |
ROLE_SYS_PRIVS |
This view contains information about system privileges granted to roles. Information is provided only about roles to which the user has access. |
ROLE_TAB_PRIVS |
This view contains information about object privileges granted to roles. Information is provided only about roles to which the user has access. |
USER_COL_PRIVS |
Describes column object grants for which the current user is the object owner, grantor, or grantee |
USER_COL_PRIVS_MADE |
Describes column object grants for which the current user is the grantor |
USER_COL_PRIVS_RECD |
Describes column object grants for which the current user is the grantee |
USER_ROLE_PRIVS |
Lists roles granted to the current user |
USER_TAB_PRIVS |
Lists grants on all objects where the current user is the grantee |
USER_SYS_PRIVS |
Lists system privileges granted to the current user |
USER_TAB_PRIVS_MADE |
Lists grants on all objects owned by the object owner |
USER_TAB_PRIVS_RECD |
Lists object grants for which the current user is the grantee |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28612416/viewspace-1068006/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mongodb關於使用者許可權的總結MongoDB
- postgresql關於許可權的總結SQL
- MySql查詢使用者許可權MySql
- UserService 查詢使用者查詢許可權 isGlobalQuery分析
- 關於樹結構的查詢優化,及許可權樹的查詢優化優化
- postgresql關於訪問檢視需要的許可權SQL
- Oracle資料庫scott使用者建立view檢視許可權Oracle資料庫View
- 如何檢視postgresql使用者許可權SQL
- UserService 查詢使用者有許可權的關聯索引 queryIndexPatternByUserName分析索引Index
- UserService 查詢使用者沒許可權的索引,增加臨時許可權queryIndicesNoPermission分析索引
- Oracle:優化方法總結(關於連表查詢)Oracle優化
- UserService 修改使用者查詢許可權 changeGlobalQuery分析
- UserService 刪除使用者查詢許可權 deleteUserPermission分析delete
- 如何用 Vue 實現前端許可權控制(路由許可權 + 檢視許可權 + 請求許可權)Vue前端路由
- Sql Server關於許可權、角色以及登入名、使用者名稱的總結SQLServer
- 協同平臺檢視許可權開啟業務物件提示"當前使用者沒有許可權!請檢查使用者[BOS設計器]的[編輯]許可權與應用的編輯許可權!"物件
- Oracle使用者角色許可權管理Oracle
- 關於動態許可權
- 關於mysql許可權管理MySql
- 2020.9.28(Hive檢視、索引、許可權管理)Hive索引
- MongoDB建立只讀使用者並授權指定集合的查詢許可權MongoDB
- Android動態許可權總結Android
- 總結sysdba和sysoper許可權
- MySQL如何查詢all有哪些許可權?MySql
- 使用LDAP查詢快速提升域許可權LDA
- 如何檢查某個使用者是否具有某個許可權物件上定義的某種許可權物件
- 【PDB】Oracle跨PDB檢視查詢Oracle
- 如何檢查某使用者是否分配了某ABAP許可權物件物件
- PostgreSQL訪問許可權查詢函式彙總和使用舉例SQL訪問許可權函式
- Linux雜記 查詢與特殊許可權位Linux
- odoo 許可權管理學習總結Odoo
- Vue許可權路由實現總結Vue路由
- 基於vue的簡單許可權管理實現總結Vue
- CDB和PDB關於使用者建立和使用者許可權區別
- Linux 特殊許可權a,i,t,s以及查詢帶有特殊許可權的所有檔案Linux
- 【SQL】Oracle查詢轉換之物化檢視查詢重寫SQLOracle
- Permission API 統一查詢許可權狀態API
- vue許可權路由實現方式總結Vue路由
- ABAP的許可權檢查跟蹤(Authorization trace)工具