關於WITH GRANT OPTION
關於WITH GRANT OPTION,我想第一個想到的就是許可權的級聯撤銷,比如A使用者將某許可權賦予給B使用者,B使用者又將該許可權賦給C使用者。那麼當A使用者從B使用者那撤回該許可權後,則C使用者的許可權也會被級聯撤回。
現在我想說的是關於WITH GRANT OPTION的另一個用處或者說是特點吧。
A使用者建立了一個檢視A_VIEW,A_VIEW檢視查詢的表是W使用者下的W_TAB表,那麼當A使用者將對A_VIEW檢視的查詢許可權賦給B使用者後,B使用者在查詢檢視A_VIEW時會報許可權不足的錯誤,原因在於W使用者將W_TAB表的SELECT許可權賦給A使用者時,沒有帶WITH GRANT OPTION。
例如:SQL> grant select on W.W_TAB to A WITH GRANT OPTION;
最近我遇到這樣一個情況,一開始沒想到有這麼一點…,(基礎知識不紮實啊,呵呵~~~)[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25834554/viewspace-1050969/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於GRANT賦權時,WITH GRANT OPTION和WITH ADMIN OPTION的使用
- grant with admin/grant option
- with grant option與with admin option區別
- GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘root‘ WITH GRANT OPTION;報錯IDE
- the --skip-grant-tables option so it cannot
- Oracle檢視授權(with grant option)Oracle
- Oracle ORA - 01720 grant option does not exist for..報錯解決Oracle
- ORA-01720: grant option does not exist for 'HWCUST.H_OKC_REGION_TERRITORY_T'
- Jquery 動態增加option及獲取值 遍歷option相關方法jQuery
- Linux:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannLinuxErrorMySqlServer
- SQL__GRANTSQL
- mysql grant 命令MySql
- MySQL Grant命令MySql
- MTK Camera相關的Makefile Option詳解
- grant 操作硬解析
- Oracle Grant / REVOKE 正解Oracle
- oracle grant 語句的GRANT privilige TO user IDENTIFIED BY password 語法OracleIDE
- mysqld --skip-grant-tablesMySql
- Oracle/PLSQL: Grant/Revoke PrivilegesOracleSQL
- 使用skip-grant-tables啟動庫後不能執行grant語句
- oracle with * option 理解Oracle
- Jumping with Option
- Oracle 許可權(grant、revoke)Oracle
- oracle grant 授權語句Oracle
- jquery獲得option的值和對option進行操作jQuery
- WITH CHECK OPTION 詳解
- Using the WITH CHECK OPTION
- 【檢視】with check option
- create view with check optionView
- 語句審計相關的表是stmt_audit_option_map
- 蘋果電腦上神奇的Option鍵,巧用option鍵提升效率蘋果
- Import all grant statement of users in mysql schema !ImportMySql
- Oracle users / 許可權 / grant privOracle
- 關於IT,關於技術
- The option-critic architecture
- JavaScript select新增optionJavaScript
- 在ASP.NET中基於Owin OAuth使用Client Credentials Grant授權發放TokenASP.NETOAuthclient
- jq動態修改select 的option值,使option值自動選中